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 Documentation

Maps SDK for Android

Google Maps – controla tus gastos y evita sorpresas

_____________________________________________________________________________

Cómo comenzar a utilizar Google Maps Platform

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>

The maps activity java file

 // 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)

Map with a marker

Polylines and Polygons to Represent Routes and Areas

Select Current Place and Show Details on a Map

Shapes

Código en GitHub de los tutoriales

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

GoogleMaps2018-Test

Distance Tracker  (App Developed in Kotlin)

Deja una respuesta