Android Question Find Google Maps marker by Snippet or Name

ThePuiu

Active Member
Licensed User
Longtime User
Is it possible to determine the position of a marker by name or snippet to move the camera on it?
 

gravel

Member
Licensed User
Longtime User
I don't know what exactly it is you want to do, but you could add your MarkerOptions to a list and identify the relevant marker by referencing Snippet/Name from the list and use the MarkerOptions.Position.
 
Upvote 0
Top