Questions tagged [google-maps-engine]

API that allows developers to use Google Maps in their applications to create maps out of Google's location databases.

Google Map Engine is a product that allows user to visualize Google Spreadsheet data into a map. Google announced in January 2015 that the service will be shutting down on January 29, 2016.[1]

67 questions
2
votes
1 answer

Is there API to access "new" My Maps in Google Maps Engine Lite

I've been using "classic" My Maps because they had API go access all Maps and their data. But recently I have received an email telling me that all maps will be migrated soon to the new "Google Engine Lite" "My Maps". In fact, my apps have stop…
JZarzuela
  • 502
  • 4
  • 11
2
votes
0 answers

Google Maps Engine Linked KML with Labels from Google Maps Engine Pro

I have a Maps Engine Pro account and Maps Engine account. I have exported a KML in my Maps Engine Pro account, and linked it to my Maps Engine account. However, the labels are gone. I don't know what I did wrong. I just exported it and added it as…
jehzlau
  • 627
  • 2
  • 9
  • 20
2
votes
1 answer

MapsEngine + GeoLocation Javascript API

How can I use the Geolocation Javascript API with my Google MapsEngine custom map? I have made a mall map and I would like to use this: https://developers.google.com/maps/documentation/javascript/examples/map-geolocation To my map…
2
votes
1 answer

Google Maps Engine - embedding problems

We're embedding a Google Maps Engine (not google maps) and we're having some problems with the following: Opening links in a new window Disabling the scroll wheel when embedding the map (using an iframe) Collapsing the key by default The only…
BrochanGuMor
  • 710
  • 1
  • 9
  • 16
2
votes
1 answer

Display a subset of points from Maps Engine layer

I'm working on a mobile app, and I would like to implement a feature that allows users to search for nearby stores that are participating in our program. We have a nationwide network, so for the sake of simplicity I'd like to do something like show…
stranger
  • 390
  • 4
  • 17
2
votes
1 answer

Google Maps Engine Layer refresh after insert

I have a Google Maps where i've added and MapsEngineLayer (i also tried with DynamicMapsEngineLayer you can check the code for both here: https://developers.google.com/maps/documentation/javascript/mapsenginelayers). On the website - HTML and…
2
votes
1 answer

Google Mapsengine responding insufficient permissions to service account

I am trying to create tables for a google map in the maps engine. I have added the service account to the access list in the mapsengine admin panel for the map and gave it "can edit" permissions. I also gave it edit permissions in the developer…
2
votes
2 answers

How to specify the parameter layers in a WMS request?

I want to access my published and also public Google Maps Engine map via WMS. I already have copied the link out of the map details. But I don't know how the parameter layers has to look like? What is its value? As value I tried the name of the…
2
votes
1 answer

Several questions about Google Maps Engine. Which version of engine? API?

I have a customer who wants a site with a map included. The requirements are as follows: The map needs to be easily edited by the customer(which is why i ended up with Google maps). The map needs to have markers with info about stores(which is why…
sindrem
  • 1,211
  • 5
  • 24
  • 45
2
votes
1 answer

Google Maps API and DynamicMapsEngineLayer: Loop Over Features in the Map

[Edit APRIL 2, 2014] I want to emphasize something. My scenario does not have a user event driving it to trigger an event listener. I know the Maps API documentation shows how to get a feature's featureId property from a MapsEngineMouseEvent. But my…
elrobis
  • 1,512
  • 2
  • 16
  • 22
2
votes
1 answer

What is missing in this request to Google Maps Engine?

I want to use the batchInsert of Google map engine API. I am calling this with dojo/request. Code to call the batch insert as…
chiranjeevigk
  • 1,636
  • 1
  • 23
  • 43
2
votes
0 answers

Not all points are showing on layers from Google Maps Engine in map

I'm using the Google Maps API Visualization library to display layers that I have created in Google Maps Engine. Each layer has approximately 1900 points on it. When viewing in Maps Engine, I can see all 1900 points in the 20 layers I have made. …
2
votes
1 answer

Is it possible to use Google Maps JavaScript API v3 with a Google Maps Engine project?

Senario: I'm building a website for a man who is driving his tractor across the U.S.A. for the Wounded Warrior charity. He would like to have his route mapped out on the website. And, he would like the blog/event posts as markers on the map as…
2
votes
1 answer

Google Fusion Tables vs Google Maps Engine

I'm currently in the process of designing a Google Maps Store Locator application. For the same, the store data will be hosted in Google and Google Maps API will be used to render the maps. The data can either be stored in Google Maps Engine (paid)…
1
vote
1 answer

Info Windows in Google Map Engine API

Is there away to edit the content of Info Windows of specific markers as documented here https://support.google.com/mapsengine/answer/2984965?hl=en but via Maps Engine API ? I have my own map and want to programmatically change the info windows…
Ahmad Alkhawaja
  • 529
  • 2
  • 12
  • 29