This example demonstrates using a LatLng
object literal instead of
a google.maps.LatLng
object, to center the map and add a marker.
LatLng
object literals are a convenient way to add a
LatLng
coordinate and, in most cases, can be used in place of a
google.maps.LatLng
object.
Read the documentation.
Try Sample
Clone Sample
Git and Node.js are required to run this sample locally. Follow these instructions to install Node.js and NPM. The following commands clone, install dependencies and start the sample application.
git clone -b sample-map-latlng-literal https://github.com/googlemaps/js-samples.git
cd js-samples
npm i
npm start
Other samples can be tried by switching to any branch beginning with sample-SAMPLE_NAME
.
git checkout sample-SAMPLE_NAME
npm i
npm start