AndroidGoogle Maps API v2 for Android
Parameters
Parameter | Details |
---|
GoogleMap | the GoogleMap is an object that is received on a onMapReady() event |
MarkerOptions | MarkerOptions is the builder class of a Marker , and is used to add one marker to a map. |
Remarks
Requirements
- Google Play Services SDK installed.
- A Google Console Account.
- A Google Maps API Key obtained in Google Console.
Related Examples
Adding markers to a map
Next
This modified text is an extract of the original Stack Overflow Documentation created by following
contributors and released under
CC BY-SA 3.0