Android - How to launch Google map intent in android app with certain location, zoom level and marker

后端 未结 4 758
北荒
北荒 2020-11-30 01:16

Map Intent not working with specific zoom level as well as custom marker

    float lat = 40.714728f;
    float lng = -73.998672f;

    String maplLabel = \"A         


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 02:06

    http://developer.android.com/guide/components/intents-common.html#Maps

    It has pretty much everything related to the Maps intent.

提交回复
热议问题