diff --git a/README.md b/README.md index e2a7620..f9200b9 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ $('.container').myplaces({ | placeListTemplate | `
  • Enter a template for the list of places
  • ` | String | Template or its id to render the locations list with jsRender | | placeInfoTemplate | `
    Enter a template for the information of the place
    ` | String | Template or its id to render the selected location detail with jsRender | | popUpMapTemplate | `
    Enter a template for the pop-up of the place
    ` | String | Template or its id to render the selected location tooltip in the map with jsRender | +| mapOptions | `{zoom: 12, center: new google.maps.LatLng(-34.60909440, -58.3891520), mapTypeId: google.maps.MapTypeId.ROADMAP}` | Object | It's a [MapOptions](https://developers.google.com/maps/documentation/javascript/reference?csw=1#MapOptions) object to customize the map. | | onLoad | | function | Callback function, which is called when the map has been loaded | | onPlacesChange | | function | Callback function, which is called when the locations list change| | onClickPlace | | function | Callback function, which is called when click in a place |