Mapas
Uso de Google Maps
Servicios de geolocalización, mapas y sensores en Android
¿Pagarás por usar la API de Google Maps?
Precios de Google Maps
Google Maps Alternatives
Getting Started with Google Maps Platform
Creating and Managing Projects
Enable Google Maps Platform APIs and SDKs
Need help choosing the right API or SDK? Check out our API Picker
Generate and restrict API keys for Google Maps Platform
Optimize your Google Maps Platform usage with budget alert
Control your Google Maps Platform usage with quota
Google Maps Platform Documentación
Maps SDK for Android
_____________________________________________________________________________
Google Maps – controla tus gastos y evita sorpresas
Guía rápida: ¿cómo obtener la API key de Google Maps?
Consola de Google Cloud Platform
Get started
Modificar fichero res/values/google_maps_api.xml (poner API Key)
<resources> <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">AIza . . .</string> </resources>
// Add a marker in Málaga and move the camera double latitud = 36.719; double longitud = -4.453; LatLng malaga = new LatLng(latitud, longitud); mMap.addMarker(new MarkerOptions().position(malaga).title("Marker in Málaga (Spain)")); mMap.animateCamera(CameraUpdateFactory.newLatLngZoom(malaga, 15), 7000, null);
Android Samples
Google Maps Android API Demos
Tutorials
(añadir al fichero local.properties la línea MAPS_API_KEY=myAPIKey)
Polylines and Polygons to Represent Routes and Areas
Select Current Place and Show Details on a Map
Código en GitHub de los tutoriales
Code snippets in the developer’s guide
Each page in the developer’s guide includes code snippets illustrating a particular feature of the API. For example, see the guides for map objects, markers, shapes, and other pages in this guide.
Ejemplo: Controlar mapa
Ejemplo: Eventos sobre el mapa
Más información:
Complete Google Map API Tutorial
Google Maps and Directions API
Código en Github de Goggle Maps and Google Places
Deja una respuesta
Lo siento, debes estar conectado para publicar un comentario.