Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Need to show marker with Label/Text #104

Open
GnanaPriyaNamasivayam opened this issue Jan 19, 2021 · 0 comments
Open

Need to show marker with Label/Text #104

GnanaPriyaNamasivayam opened this issue Jan 19, 2021 · 0 comments

Comments

@GnanaPriyaNamasivayam
Copy link

GnanaPriyaNamasivayam commented Jan 19, 2021

I have added each marker like below:

var marker = new MarkerOptions(); marker.SetTitle(annotation.Title); marker.SetSnippet(annotation.SubTitle); marker.SetPosition(annotation.MarkerCoordinate.ToLatLng()); marker.SetIcon(IconFactory.GetInstance(Context).DefaultMarker());

My problem - the text I have given for SetTitle does not display on the marker. Do I miss something on the above line? Why title does not display on the marker?

Currently am checking in android. If you have any ideas/sample reference link for both Android & iOS, it will very helpful.

As mentioned in this link(#59 (comment)), I also have the same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant