|
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 have obtained a Google Maps API key for my domain.
The examples provided when I obtained my key show the key embedded in request parameters, for example:
<script src="http://maps.google.com/maps?file=api&v=2&sensor=true_or_false&key=my...
Started by Brabster on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Considering that key has to be included in the <script> tags of your HTML pages, to load the JS files/data from google's servers, there is nothing you can do :
you must put it in your HTML this key on another domain than yours....
|
Ask your Facebook Friends
|
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) .
|
|
I'm faced with a problem with a small web application I'm developping: My HTML-source will be integrated into the HTML source on another site. I'm using a Google Map in my code, so I have to pass a API-Key for loading the Google Maps-script on the current...
Started by christian studer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's a context processor that dynamically loads the key based on the domain in the request..
Think.
|
|
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.
|