a.coord[jc] is not a function - google-maps-api-3

Does anyone know why I might get the following error in Google Maps API V3?
a.coord[jc] is not a function
I am updating from v2 and I get the error when placing certain markers on the map... The marker objects all appear to be similar enough to make this work, but some cause this error.
Thanks.

We need more code than that. Please supply all the code you are using to create and access the marker.
Also V3 is very different to V2 so you will not be able to use the same code.

Related

How to get specific text from webpage into google sheet?

The issue is I am using the below mentioned function like =(IMPORTHTML(webpage, "table", 2)) but do not get any values.
I have tried this the importfeed, importhtml, importXml functions with similar results. Seems like an authorization request needs to be send if I want to get this data. However, i do not want to go through that process.
Can somebody please suggest the better/efficient way to figure this out?
Thanks,
Siya
For data needed authentication, u have no way to use importXXXX but app scripts, alternative u have to call up their API.
No luck as I was looking for something similar

Can I use google inside search data to return specific information

I have been trying to develop an app that references google inside search data.
Within the following picture, I would like to extract the picture, name, description, and opened. And display only that information as a result.
I have been looking at google custom search, but i cant seem to find out any information on using this data contained within "google inside search".
If anyone knows how I could reference this information and extract selected information within an app that would be greatly appreciated.
The knowledge base i wanted to use is called Freebase. Once i got the correct terminology it was simple to work out. Google provide heaps of doco on this.

Google maps API v3 - Gray out or remove states?

Is it possible to either gray out, or even better remove all together, states I do not want to see from the map? Not able to find any clear answers on this when searching. I am attempting to show just a map of Texas and place markers on it.
Thanks!
Are you looking for something like this (v2) example by Marcelo?
Here is a v3 example using FusionTables
You can also do the same thing with KmlLayers

Google Places API : adding places

Looks like no places on Israel's map. I'm interested to add places to it. After checking Google Maps API v3 and Google Places as I understood there is no possibility like that,
so my question is if there any possibility to join Google and help adding places in Israel?
Thank you!

Access to KML tree

I have some rutes in KML format and I can't modify them. I want to draw them on a map but I also want to get the fist and last points to check for near cities and interesting places.
The problem that Google Maps API does server-side procesing and I cannot access individual elements form it. I searched and tried to use a parser like GeoXML but it's not exactly what I want because it uses its own map style an so on and I have to use Google API maps. I only do need to acces certain elements of KML tree and i will draw them using Google Maps API.
Can anyone help please? Thanks in advance for answer in these vacation days(for some).
You can use the standard KmlLayer in Google Maps for rendering, and then use a 3rd party library like GeoXML (or your own code to read the XML) to grab whatever data you need from the KML and run additional functions based on that.

Resources