Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Maps Api 3

Google Places Api- Address And Phone Number?

I'm trying to create a list and map via Google Places. The following displays makers and a list… Read more Google Places Api- Address And Phone Number?

Show A Route On A Map

How can i show the following result: http://maps.googleapis.com/maps/api/directions/json?origin=had… Read more Show A Route On A Map

Settimeout Function Not Working When Looping Through Markers On Gmaps Api

I am trying to draw 50 markers in a row with 2 seconds in between each marker. The first marker get… Read more Settimeout Function Not Working When Looping Through Markers On Gmaps Api

Google Maps V3 -> Is It Possible To Get Properties From Geojson Using Lat Lng Coordinates Or Other Information From Search Box?

I'm using an external geojson-file to add layers to my Google Map. This file contains two prope… Read more Google Maps V3 -> Is It Possible To Get Properties From Geojson Using Lat Lng Coordinates Or Other Information From Search Box?

Load Data From Json File Into Map Markers In Google Maps

I've got the following JSON file: { 'universities' : [ [ 'title'… Read more Load Data From Json File Into Map Markers In Google Maps

404 Not Found Error For All The Google Maps Api V3 Libraries

I am getting 404 Not Found error for all the Google Maps API libraries. e.g. https://maps-api-ssl.g… Read more 404 Not Found Error For All The Google Maps Api V3 Libraries

Stacking Map Styles (google Maps Api)

So I can't find an answer to this, but I know it's possible, because I've seen it. I&#… Read more Stacking Map Styles (google Maps Api)

Storing Google Map Markers And Selecting A Specific Marker From It

I have a webpage that receives AJAX data with values listing_id, lat, lng using $.getJSON. The cal… Read more Storing Google Map Markers And Selecting A Specific Marker From It

Newly Generated Ul Li Input Values Not Getting Pushed Into Waypoints Array / Not Working With Google Maps Places Autocomplete

I have a semi-functional trip planner here: http://roadtripsharing.com/plan-a-road-trip-js/ Source … Read more Newly Generated Ul Li Input Values Not Getting Pushed Into Waypoints Array / Not Working With Google Maps Places Autocomplete

Find The Total Distance Of A Polyline Segment Within A Polygon

I have a map which will consist of multiple 'zones', each of which are created as polygon o… Read more Find The Total Distance Of A Polyline Segment Within A Polygon

Google Maps Polyline Click Between Points

Using Google Maps api 3, I have a polyline with a click event. I need to find out between which two… Read more Google Maps Polyline Click Between Points

Can't Get Kml Files To Load On Start Or Location Search To Work In Custom Map

I'm not a javascript guru, so this project I'm working on has been pretty challenging. I… Read more Can't Get Kml Files To Load On Start Or Location Search To Work In Custom Map

Richmarker For Google Maps V3 - Click Falls Through Marker

I am using RichMarker for Google Maps v3 as found at https://googlemaps.github.io/js-rich-marker/re… Read more Richmarker For Google Maps V3 - Click Falls Through Marker

How To Remove Square And Circle Option From Drawingmanager

I am tyring to get it so my DrawingManager only has the option to pan and have a polygon, but I can… Read more How To Remove Square And Circle Option From Drawingmanager

Google Map Api - Popup Is Opening On Only One Point , Not On Others

I have 3 Points in my Map, France, Paris and Greenland. Popup is opening only on paris, not on othe… Read more Google Map Api - Popup Is Opening On Only One Point , Not On Others

Realign Google Maps To Fit All Markers Into To The Right 70% Of The Map

I would like to provide a client with a solution for displaying all of the branches in one city on … Read more Realign Google Maps To Fit All Markers Into To The Right 70% Of The Map

Google Map Autocomplete Api Not Adding Address Options

I'm trying to implement this https://developers.google.com/maps/documentation/javascript/exampl… Read more Google Map Autocomplete Api Not Adding Address Options

Common Event Handler For All Google Maps V3 Markers

I have a map that shows 500 markers and they are redrawn when the user scrolls the map. Each of the… Read more Common Event Handler For All Google Maps V3 Markers

Change Map Opacity Outside Circle Of Google Maps Javascript Api V3

So I'm currently putting a circle on my map: var optionsCercle = { center: latlang,… Read more Change Map Opacity Outside Circle Of Google Maps Javascript Api V3

Google Map Api - Directions Service Does Not Auto Zoom When The Map In A Modal

I have the following function to show direction between 2 lats and lngs to user $(document).ready(f… Read more Google Map Api - Directions Service Does Not Auto Zoom When The Map In A Modal