|
When i embed a map from my maps i use the link that googgle maps provides me This map i can manipulate with Google Maps Data API and Java
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps...
Started by Argiropoulos Stavros on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Embedding a Google Map is differentHave you tried following the documentation for the Google Maps API? It seems like you aren't making from using....
To sign up for an API key in order to remove this marking.
|
|
I am developing a cms that will use more than one domain and i have to use only one google map script in my page. Is there a way to use google maps without api key? Otherwise it's not working?
Started by Emre Kılınç on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Like V2, however, you can only use it for....
The Google Maps API V3 does not require a key.
Perhaps Google maps premiere.
Fairly confident that in order to use their API you need an API Key.
|
|
I'm having a problem with getting my Google Maps API key to work. I originally had the problem when trying to access http://dev.domain.com using a key generated for http://domain.com , however I subsequently tried generating a key for http://dev.domain...
Started by Blair McMillan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As said in my comment I ended up using....
Happy coding.
It worked for me.
Hi, After going through their FAQ i found that if we want our subdomains to enable Google map we have to request the API for http://domain.com/ (without www) .
|
Ask your Facebook Friends
|
Currently Google requires you to create an API Key that is specific to the domain of where the map will be served from. How does Google enforce this? I want to do the same thing.
I expose an API for my service but want to allow clients to embed calls ...
Started by Vyrotek on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Obviously need to be bounced through....
If they don't match, an error is given.
2) Second attempt - evil attacker copies google javascript for the API key from mysite.comThe API key is associated with your domain.
|
|
I got an API key for development using localhost, but I want to be able to hit my server from different machines on my local network so I can test it. When I go via a local 198.162. . IP address on the network Google throws the error saying I need another...
Started by Simon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you do this, then simply generate a Google Maps API key for your the trick:
$keys = array("127.0.0.1" => "google key here", "192.168.0.1" => "google key....
To your development server.
|
|
Google has this fine new Google Maps API v3 which is a "Javascript API".
Is there any possibility to invoke this API from a Windows Forms application written in Visual C# .net 3.5?
EDIT:
The goal is to convert addresses to lat/long format using the Google...
Started by Marc on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But some ....
You can use the REST APIs and parse the response (XML/JSON/CSV API.
You could host the WebBrowser control on your form and use that to interact with the Google Maps the api key is no longer required.
|
|
In my project.gwt.xml file I have
<script src="http://maps.google.com/maps?gwt=1&file=api&v=2&sensor=false;key=MYKEY" />
But, when I load my page I get the google map gadget to come up, but with no map and an error message "Your page...
Started by Eric Koslow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I added....
You'll have a much easier time than it to work myself .
Looks like I gotI would suggest that you use the Google Maps Library for GWT .
If you try to get the standard Google Maps API working in your GWT project.
|
|
Does the Google Maps Javascript API have a property/method that returns its exact version number?
I need this info for debugging purposes.
Started by Franz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In the Maps API v2, G_API_VERSION is what you ....
Example:
<script type="text want to use version 2 of Google Maps API.
When you include Google Maps API you can choose version of it.
|
|
If I have this URL
http://domain.com/test3/eu/flickr-map/
What url do I use to generate the api key. I have put my code into production and what ever I do I can't seem to get an API key to work.
Please help.
Started by Michael on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Example: Say I entered a domain://maps.google.com/maps?file=api&v=2&keyHave you read the FAQ entry about the key and domains?
You may need to sign up....
For a specific domain then use that key when calling the Google JS files.
|
|
I am trying to test Google Maps in development sites under IIS. My local testing URL is http:// sitename/. As there is no “.com” in the name, I cannot obtain an API key. I can obtain a key for http:// localhost/, but I am wondering if there is a way to...
Started by shxo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To use Google maps....
After posting this question, I tried again and it gave me the key.
While I don't know Google Maps' API details, you can locally alias a *.com domain to your own local to register the domain.
|