Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find Map and Layer ID in Google Maps Engine

I want to add a map from Maps Engine to a page but I can't figure out how to get the Map ID or Layer ID required for the MapsEngineLayer.

It seems like they forgot to add this to the new interface.

The documentation seems to give directions that do not apply for the new interface.

like image 430
Stephen Avatar asked Nov 15 '13 19:11

Stephen


People also ask

How do I find layers on Google Maps?

On your computer, sign in to My Maps. Open or create a map. You'll see your layers in the box on the left.

How do I find the marker ID on Google Maps?

metadata = {type: "point", id: 1}; if you have so many marker push the marker to array marker. You can add any data that you want. and simply call it, set it or get it.

What is a Google Maps layer?

Layers are objects on the map that consist of one or more separate items, but are manipulated as a single unit. Layers generally reflect collections of objects that you add on top of the map to designate a common association.

What is map data layer?

The Google Maps Data layer provides a container for arbitrary geospatial data. You can use the Data layer to store your custom data, or to display GeoJSON data on a Google map.


1 Answers

This was also confusing for me, there is

  • Maps Engine Lite
  • Maps Engine Pro
  • Maps Engine

The linked documentation is related to Maps Engine.

Maps created via Maps Engine Lite/Pro may only be embedded or shared via link.

like image 158
Dr.Molle Avatar answered Sep 23 '22 06:09

Dr.Molle