google-maps-android-api-2

How to use icon SVG in Google Maps API Android Addmarker (MarkerOptions)

I am using the following example code from the documentation for Google Maps API V2 for Android : mMap.addMarker(new Marker ... rd Bitmap icons (PNG). the tests are being made on a Samsung 7 " Tablet (physical device) with Android version 4.4.4 SDK 19.

Google Maps API location button (Android Studio) Not Displayed

I am developing a native Android application, with the Android Studio IDE, which performs an integration with the Google Maps ... android:label="@string/title_activity_act_map"></activity> </application> </manifest>

Google Maps API map does not render on mobile, only on Android Studio

I am learning Android by myself, over the internet and I am working this time with Google Maps API. I've done several things ... .PontoCerto"></activity> <activity android:name=".ListaTarefas"></activity> </application>

Address search on Google Maps for Android?

How do I search for an address in Google Maps for Android, from the location name?

Open the map at the user's current position

I'm trying to open GoogleMaps in the current user position, I've done a lot of research and still haven't been able to get it ... ity> <activity android:name=".Activity.MapaActivity"></activity> </application> </manifest>

How to save a Google Maps map for offline use?

I'm making an app that uses the Google Maps API for Android. The problem is that it only displays the map if it is connected ... map.moveCamera(CameraUpdateFactory.newLatLngZoom( new LatLng(-27.3246787, -53.4387937), (float) 14.5)); }

How to return Latitude and longitude in Android Google-Maps

I would like to know how I can return latitude and longitude from a user-provided address. Example "Av. Sampaio Vidal,Centro, Marília, SP" Answer coordenadas -22.225985,-49.94656

Identify if coordinate set is within a radius on Android

I want to delimit a radius from a central coordinate (the red marker in the figure) and, from a set of coordinates (the green ... us used as a reference? you can Configure the size of that radius? I need a real example, an example project on Android.