Namespace: content

lucid.maps.callout. content

Source:

Methods

<static> createContentPlaceInfo(marker)

Create HTML content for a callout that shows the rating and opening hours a place.Use this function as a contentCreator when creating an lucid.maps.callout.InfoBox object.
Parameters:
Name Type Description
marker google.maps.Marker The marker that marks the location of the place. The marker must also have a placeReference property, which holds the uid of the place.
Source:

<static> createContentTitle(marker)

Create HTML content for a callout that shows the name/title of a marker.Use this function as a contentCreator when creating an lucid.maps.callout.InfoBox object.
Parameters:
Name Type Description
marker google.maps.Marker The marker that is the subject of the callout.
Source: