The Google Maps family of APIs lets you embed the functionality of Google Maps into your own website and applications.
0
votes
1answer
16 views
Can display fragment but map cannot
In my xml i have this
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/contactusscene"
...
0
votes
0answers
10 views
Google Maps API V3. Delete default Marker
I use the Google Maps API v3 Javascript.
I know add or delete a marker or an array with :
MarkerLocation = new google.maps.Marker({
...
...
});
and
Marker.setMap(null);
But I want to remove a ...
1
vote
1answer
15 views
Google Map styling issue in wordpress page
I'm having a strange issue with putting a google map in a wordpress page - the zoom slider seems to be only half visible (please see image)
I think it's something to do with wordpress' styling ...
1
vote
2answers
38 views
App crashes on New google android maps
I have added google maps v2. They use Google play services. It seems from the rating that most of the users don't have updated Google play services thus getting crashes when they try to open the ...
0
votes
1answer
24 views
converting form data(address) to latitude and longitude and sending to mysql
I do have a requirement to convert my form address(which the user enter in ) to latitude and longitude and then save to database (mysql) , i am using php to build this application,
it would be great ...
0
votes
2answers
17 views
Signing map app with custom Keystore but debug map API key
I was exporting APK to give app some friends so they can test it. When The signed app is based on Custom keystore and map debug API key, app doesn't show map tiles (just default zoom buttons and ...
0
votes
0answers
9 views
google maps Iframe and Foundation 3 Reveal centering issue
I have been looking for a concrete answer to the issue I'm having for more than 4 hours. I couldn't find any that fits mine.
My situation is quite simple, I'm embedding a google maps iframe within a ...
0
votes
0answers
11 views
Google Maps performance issues with KML overlays
I have an application that allows the user to draw shapes (polylines) on a map and save them to the database (via AJAX) along with some meta data (name, description, etc). I recently ported the code ...
0
votes
1answer
22 views
Why my maps v2 white screen on my device?
I have a maps program and when I run it in the emulator runs fine but when I run it on the phone is white screen, why?
maybe iam wrong?
here's the code:
package com.example.pi;
import ...
0
votes
1answer
16 views
Google Maps API 3 - Javascript: Markers don't appear if created in function
Here's the problem: if i try to create markers in the initialize() function everything works, but if i try to do it in another function, markers won't appear.
GoogleMap.js
var map;
function ...
0
votes
1answer
20 views
How to get mysql data between SouthWest and NorthEast bounds
Please help me to write mysql query. So that I can get records only for google map visible area.
var bounds = map.getBounds();
var southWest = bounds.getSouthWest();
var northEast = ...
2
votes
1answer
33 views
What is my API key in debug mode
I understand that in order to use google maps I need to have the following in my manifest:
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="YOUR_API_KEY"/>
...
1
vote
2answers
60 views
Google Map not showing up in Android
1) It's showing empty map with grey color only with +(zoom in) and -(zoom out) buttons.
2) I extracted the SHA1 key from the debug.keystore and generated the MAP API V2 key in the
console.
3) I ...
0
votes
0answers
13 views
Google maps not rendering properley within an iframe in ie8
I am building a widget and using a iframe to insert some Google maps code into a page and I am encountering a problems in ie8 which are not happening in any other browsers (ff, safari, chrome ie9).
...
0
votes
0answers
10 views
dynamic marker position google map
As marinetraffic.com, I would like to display a list of my products position on google map (via a joomla plugin - Phoca Maps).
Via a private database I can generate regurlarly an up-to-date kml ...
0
votes
1answer
11 views
Linking to Facebox from Google map Info Window v3
Hello using Google maps V3 Infowindow with link, If click on the link I want to show the information in a FaceBox. The only problem I have is that I cannot get it to work when linked to from an info ...
0
votes
1answer
20 views
Displaying maps in Processing
I want to create a Processing application in Android mode, which
displays a map of a city (from Google, Yander or Open Street Maps),
allows the user to move the map (like in the Google Maps app on ...
0
votes
2answers
23 views
Google maps - custom marker with number
I am currently displaying a marker using the following code:
var marker = new google.maps,Marker({
map: maps,
position: coordinate,
icon: ...
0
votes
0answers
23 views
Android Google Maps v2 add new building labels with markers
I am currently writing an android application and I would like to add some new labels to the buildings. I have successfully add text on top of the buildings by using marks with custom icon/bitmap ...
5
votes
1answer
23 views
How to Bind the Multiple Marker in dynamic using jquery in google maps
I need to bind the "Multiple marker" in Google map, based on the given latitude and longitude and also bind the the marker info window.
I have Refereed this Link
And I have tried this code:
var ...
0
votes
0answers
18 views
Find out nearby neighbourhood places according to location
How to get neighbourhood places for a particular location.For example in union bank of india,hsr layout,bangalore, i want to get all parks, restaurants, locality name, schools in that neighbourhood ...
0
votes
0answers
20 views
data from two asynchronous calls to google maps geocoder
After reading lots of posts here (most of them are unfortunately API v2 related) and still getting no clue, my humble request:
I am trying to get LatLng data from two geocoder calls:
...
0
votes
0answers
13 views
Google Maps API v3: DirectionsLeg comparable?
As we all know, Java compares String with objA.equals.(objB)
I found out, that this is possible for LatLng, too.
My question now: Is that also possible for DirectionLegs?
I have two different ...
0
votes
1answer
26 views
Google maps works locally, on production it's not centered and positions are wrong
I'm experiencing a peculiar problem using google maps.
I've set up a "search nearest place" feature, using a list of shops (with latitude and longitude) saved in my DB. When user posts it's address I ...
0
votes
0answers
27 views
google maps api: display an arrow to indicate that there is a marker not visible on the map
I've an html application that uses javascript Google Maps API to display some points (markers). Some of the points may not be visible in the current user map (due to zoom, position, etc.). I was ...
0
votes
0answers
13 views
Google Maps API V3 Printing
Using the Google Maps API (V3) I've got a pretty simple map which adds markers to places in the UK:
However on printing it appears more like this in webkit browsers (works fine in Firefox and IE):
...
0
votes
1answer
16 views
Google maps API3 center map
I'm using Google Maps Api3 to show my KML markers. I've set the LatLng to center and zoom on a location, but the map seems to automatic zoom out to show all the markers (I don't want that)
Here's my ...
0
votes
2answers
16 views
Change settings of a circle in MVCObject
I'm using code from this example : https://google-developers.appspot.com/maps/articles/mvcfun/step6
I want to change the color of the circle when user make a dblclick event, but it doesn't work and I ...
0
votes
1answer
19 views
Google Maps API event listener behavior - intended?
The code is as following, very straight-forward.
var populateGoogleMap = function (points) {
for (i = points.length - 1; i >= 0; i--) {
var marker = new google.maps.Marker({
...
0
votes
0answers
25 views
Get neighbourhood places in google maps
How to search and find the restaurants, hospitals parks and other areas of Interest i.e neighbour hood places in google maps to implement in my project.
1
vote
1answer
34 views
How to use Google Map API to draw route between 2 locations in iOS 6?
Previously I used iOS 5 to draw routes between 2 locations and update the current location continuously while navigating using Google Maps API,it was working fine but now after i upgraded to iOS 6, ...
0
votes
1answer
22 views
In first click google map info window not opening, its opening on second click only through ajax call, in V3
I am using below code to open up a infowindow in my map through ajax call
var openedInfoWindow = null;
var infoWindow = new google.maps.InfoWindow();
function profileInitialiser(marker, location) {
...
0
votes
1answer
35 views
Android Map Application has stopped unexpectedly
I am working on an Android Project of using goolge map.
But when I try to run it on a tablet or HTC phone, it says the application has stopped unexpectedly. What kind of setting do I need to do, like ...
0
votes
1answer
25 views
google map marker not defined wordpress
I am using the code below in the Ultimatum WordPress theme template along with some PHP code to provide the dynamic values required for the map. I am getting a marker not defined error. The code is ...
0
votes
1answer
9 views
Geocodezip map empty sidebar
I am using the following example of a map in my webpage. (obtained from an answer in this other question) The source code of both is practically the same, but I can't make the titles of the locations ...
0
votes
0answers
8 views
Web mapping and image gallery RIA application
I am going to create Web portal, which I would like to be some kind of illustrated guide of city. In brief, It would be a union of Web mapping application and image gallery application. User should be ...
-2
votes
1answer
23 views
Make button open map activity and move to position [closed]
I'm trying to get a button in one activity open my AbstractMapActivity and move to a given position.
For example:
I press "bLocation" in ActivityX and that opens AbstractMapActivity and instantly ...
1
vote
0answers
41 views
Embedded Google Maps Error - Blocked a frame with origin
I am trying to embed a Google map on a client's site.
Here is the embed code I am using as copied from the view source of the page where it is embedded. I followed the instructions from this page ...
0
votes
1answer
11 views
Android Maps APIv2 — distributing an adhoc build
I need a bit of guidance here.
I've got a "rescue" project going on and have had to replace google maps api v1 for api v2. None of that has been a major problem (thanks to stackoverflow) but one ...
0
votes
1answer
11 views
Logo not displaying on Multiple Google Maps
I have page that displays multiple Google Maps on one page. On the maps I have my logo in the top left. I have noticed it only displays on the first map. I have an idea why but I am not sure what I ...
0
votes
1answer
21 views
Incompatibility with geocodezip map in internet explorer (any version)
I have this map, as an answer of this other question. It uses geocodezip and works well, but it is not working in Internet Explorer. Can you suggest me any solution?
This is the link of the map:
...
0
votes
0answers
13 views
Drag and drop marker in google maps
i want to create marker on google map through dragging marker image from outside the map canvas and drop it inside the canvas, i've registered dom event listener of google maps but inside the listener ...
1
vote
0answers
14 views
Google-Maps-for-Rails - Access user location in View
I am using Gmaps4rails which I like very much and it is working fine to place markers on a map.
Controller:
@advertisements = Advertisement.order(sort_column + " " + sort_direction)
@json = ...
0
votes
1answer
9 views
Maintain map zoom level across Destroy/Create
I am using:
mMap = ((SupportMapFragment)
getSupportFragmentManager().findFragmentById(R.id.the_map))
.getMap();
to create my map view. I want to maintain the users current choice ...
0
votes
1answer
29 views
Save the selected latitude and longitude by user - Google Maps
I have a div with id map, this is showing the Google maps with a default latitude/longitude.
Now I want to let the user for example points his company office on the map and I need to save that ...
0
votes
0answers
16 views
Reload Marker Position without reloading Google Maps
I am using Artem Google Maps Control for my project.
I have added a map and a marker the following way:
<body>
<form id="form1" runat="server">
<asp:ScriptManager ...
1
vote
0answers
19 views
Intent to Google Navigation for itinerary with several checkpoints
I want to know, if it's possible to put several "checkpoints" within "Google Navigation" (Google Maps Navigation) With a query that follows the next syntax : ...
-3
votes
1answer
35 views
Button click then open specific possition [closed]
I'm making an app.
I want a button which open google maps app with this
49.019571, 8.412362 position.
Is that possible?
I found nothing.
I hope you can help me.
Only the extra Maps app nothing in the ...
0
votes
2answers
18 views
Stop google maps markers from having pointer cursor style on hover?
How can I stop my google maps markers from having the pointer cursor style on hover? Currently the markers behave like links in that if you hover the mouse over them the cursor changes to a hand.
...
-2
votes
1answer
51 views
Unfortunately the app has stopped working in android after one week [closed]
I developed this android application that was using the Google maps and has been working well but after a week it is not running. It is giving this error. "Unfortunately the app has stopped working" I ...






