Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set id for each marker? #1

Open
ghost opened this issue Nov 14, 2016 · 1 comment
Open

How to set id for each marker? #1

ghost opened this issue Nov 14, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 14, 2016

I need to set an ID for each marker to be able to use them later on when selected, any help?

@oguzbabaoglu
Copy link
Owner

If you need a reference to the actual map Marker object you should be able to get this from MarkerManager using this method:

/**
 * Get the the real marker object.
 *
 * @param marker marker which to obtain its real marker
 * @return real marker
 */
public Marker getMarker(T marker) {
    return markerCache.get(marker);
}

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

No branches or pull requests

1 participant