---
layout: api
title: "API"
---
API
google.maps.LatLng
You can either use native LatLng or one of the following formats:
- [lat, lng] : array of 2 floats
- {lat: float, lng: float} : object of 2 floats
google.maps.LatLngBounds
You can either use native LatLngBounds or one of the following formats:
- [north, east, south, west] : array of 4 floats
- {north: float, east: float, south: float, west: float} : object of 4 floats