Layer Type: Text

IntroData RequirementsJS API Sample
createlayer_points

Text

textText layer type replaces an icon with text, which can be overlaid on top of a map. Using a

Data Requirements

Locations Property: When using the Points layer, it is recommended to use Latitude,Longitude formatted as comma separated: “43.434,-123.324”

If you provide locations like addresses, countries, states, or Cities, Google will automatically geocode these locations, which could introduce latency in performance.

NOTE: Contact Centigon Solutions for batch geocoding options.

Labels Property

The labels property controls the contents drawn on top of the map. The example shown, contains both the country name and value. HTML is not supported for the Text value.

When using a parenthses you need to escape it in your code like:

I\'m Moonlight!!

.