0
votes
0answers
4 views

JSF+Google maps API: Refresh map after tab show up

I currently work on JSF application (Richfaces 4.*) and need to integrate map using Google map javascript API (v3). For this purpose I used gmaps4jsf utility and a lot of javascript manipulations. ...
0
votes
0answers
11 views

Google Maps API limitations when searching multiple bounds?

I'm iterating through an array of bounds and returning places by keyword for each one. I'm able to get more than 60 places (which is the API limit) because I'm requesting place for different bounds ...
0
votes
0answers
14 views

Add marker to route

I know how to add a marker based on coordinates, but is there a way to add it to a route? For example, "add a marker on the route 100 meters from Chicago". var directionsService = new ...
0
votes
1answer
22 views

Create my own addresses, roads and ways on a custom world map

I'm currently new using Google Maps API v3 Javascript, and I have some questions. The project It's for a specific RPG. This is a game with its own world map, its own cities, frontiers and roads. So ...
0
votes
0answers
14 views

How to manually reload Google Map with JavaScript

I am using this piece of code within a Bootstrap template. I am facing issues when loading images within a Bootstrap Tab content pane. This is the JavaScript code which I use to initialize the Map: ...
0
votes
0answers
19 views

Plot marker on route based on time remaining to point

I have a Google maps route, with several markers along the way. My goal is to plot out my current position. The only data that I have is the remaining time to my next marker, and arrival date at the ...
0
votes
1answer
22 views

Google Maps - Diplay Fusion Table layers base on Zoom level

I trying to display Fusion Table layers base on Zoom level, but only first layer that is on Zoom level 1 is shown on the map and the other layers from the code are not displayed at all (regardless of ...
0
votes
1answer
8 views

Using asset_url within a .js.liquid file

I'm coding a Shopify theme and I need to use Google Maps with custom pointers in one of my templates. I am having trouble with the asset_url working within a Javascript file so I can link correctly ...
1
vote
1answer
25 views

Wrong position google tracking

hi sorry for my english I'll do my best to explain my problem I'm making a web application and I'm using google map api to track my position but the problem is that the position is not exact , its ...
2
votes
1answer
26 views

Remove commas between google places types

I'm trying to use Google Places API. I got these codes from https://developers.google.com/maps/documentation/javascript/examples/place-search-pagination. var map, placesList; function initialize() { ...
1
vote
1answer
23 views

Google Maps API check if marker exists in multiple bounds

I'm trying to check if markers already exist in my boundaries before adding them to the map. I found that the best way to this is by using map.getBounds().contains(marker.getPosition()) which returns ...
0
votes
2answers
23 views

How to show info marker google maps when clicked in outside map?

i have problem to display info of google maps, when click in outside of map. but if inside of map when i click a marker, info of google maps can display. function onload() { var ...
-1
votes
1answer
31 views

Google Maps Geocoding API [closed]

The following code displaying map and also displaying the div portion but not displaying the marker point on the map can any one help me out thanks in advance! <!DOCTYPE html> <html> ...
-1
votes
0answers
12 views

Retrieve results for Google Fusion Tables Layer query?

The code I have written below is a working query for the Fusion Tables Layer in the Google Maps API. My question is, this looks a lot like an SQL statement... how can I go about retrieving the ...
0
votes
4answers
37 views

Simulate click of an element

Have a custom map (http://atlas.nrcan.gc.ca/site/english/toporama/index.html), and it has zoom button. This zoom has no inline onclick event. I need to have a div (outside the map) and when it is ...

1 2 3 4 5 315
15 30 50 per page