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
1
vote
1 answer

How to add a layer to a map, using the API

How do we associate a Layer with an existing map ? I looked in the API and there's nothing about this. So far, it seems to me that the only way to add a layer to a map would be to go through the web interface. Any ideas ?
Mouhcine
  • 276
  • 1
  • 2
  • 12
1
vote
1 answer
1
vote
1 answer

Google Maps Engine - This resource is too large to be accessed via this API call

We have Google Maps Engine account. I recently uploaded a shape file which has approximately 179,000 features. Find below the exact stats for the Table Feature count: 178956 Bad feature count: 0 Vertex count: 4817776 Polygon count: 179058…
Shaheryar
  • 321
  • 1
  • 7
1
vote
0 answers

How to embed maps created using Googleengine into iframe object for a better viewing on mobile device?

I have created a custom map using mapsengine.google.com and then i export using the embed in my website option which generate an iframe object for me. I then added the iframe object to my HTML5 file which i am using to design a mobile app. However…
1
vote
1 answer

Google Maps Engine Service Account with Google APIs .NET

I'm working on a service that requires authorization server to server to Google Maps Engine. https://developers.google.com/maps-engine/documentation/oauth/serviceaccount and…
1
vote
2 answers

What is the issue in the Google map engine Query

i need to query some data with where clause as per the API google map engine i have request as below. https://www.googleapis.com/mapsengine/v1/tables/14538994882799551513-11853667273131550346/features?where=gx_id%3D900 for the above URL it says…
chiranjeevigk
  • 1,636
  • 1
  • 23
  • 43
1
vote
1 answer

Google Maps Engine Bulk Insert feature error

Trying to bulk insert features into a table. Here is my json {"features":[{"type":"Feature","geometry":{"type":"Point","coordinates":["-80.358681","27.643045"]},"properties":{"gx_id":"84","address":"9037 Somerset Bay Lane, Vero Beach Port St. Lucie…
1
vote
1 answer

Ajax Post Create Features Google Maps Engine API

So here is my code, i've already made the oauth handshake, and that has given me the authentication token which i'm including in my header. I am simply trying to batch insert some features into an existing table. I keep getting a 400 "parseError"…
1
vote
2 answers

Is there any way to pass CSV files to Google maps engine ? (as a Query-string or some other methods)

I have few CSV files created at random times with client addresses (less then 3000) on it. Can I send it to Google maps-engine to generate map-view? (trying to automate rather than dag-drop the file) Thanks
1
vote
2 answers

Cannot call method of undefined but alert(method) still working

I've been playing around with this for an hour and it may be something small I'm missing, but I can't seem to get the Google API path method ".lat()" or ".lng()" to work in my function. However if I alert the same method it will show me the lat/lng…
1
vote
1 answer

VRT file format for CSV with gx_location and dollar amounts - GME

I have a CSV with columns that have gx_location, ints, and dollar amounts. I cannot figure out the proper VRT to accompany this file when uploading to Google Maps Engine so the dollar amounts show up correctly in GME. The CSV looks…
hayseed
  • 51
  • 8
1
vote
0 answers

Google Maps Engine custom search KML

I have a KML file with 74 points and some info on the description field. These points represent some stores around my city. Im working on Google Maps engine and I uploaded the file, it was processed and it displays on the base map perfectly. The…
1
vote
1 answer

Center map on window resize with Google Maps Engine

Trying to put map on my web page from Google's Map Engine service: How to center map on window resize? - JSFiddle Demo
zur4ik
  • 6,072
  • 9
  • 52
  • 78
0
votes
1 answer

Google Maps Engine API (Deprecated)

I am currently developing a software using google maps API, it states that the google API is going to be disabled on January 29th, 2016, does this mean i am waisting my time? https://developers.google.com/maps-engine/
user4585021
0
votes
1 answer

How to create an own map using Google Maps Engine

I'm doing a research of Google APIs for generating it's own map. I went through some tutorials, but none of them seems to be up to date. When I try to access mapsengine.google.com as they refer in the tutorials…
Michal Krasny
  • 5,434
  • 7
  • 36
  • 64