Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yoosinpaddy/76e1f914e60ff3c7ce0fe64b7619c835 to your computer and use it in GitHub Desktop.
Save yoosinpaddy/76e1f914e60ff3c7ce0fe64b7619c835 to your computer and use it in GitHub Desktop.
googlemap.addMarker(new MarkerOptions()
.position(new LatLng( 65.07213,-2.109375))
.title("This is my title")
.snippet("and snippet")
.icon(BitmapDescriptorFactory.defaultMarker(BitmapDescriptorFactory.HUE_ORANGE)));///This is orange color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment