Questions tagged as 'google-maps'

0
answers

Help with google maps API + database

Good afternoon guys, I'm doing my TCC using google maps api and I found a very good topic here: How to Icon Walk in the Google map api Where is explained how to "walk" with the marker on the map and give a live moving effect. This topic...
asked by 29.06.2017 / 22:34
0
answers

The Map (google maps API - javascript) stops working when I add a function in the script!

The map to appear when I put the AllLink function, when I remove it the map will appear again as always var map; var markers = []; function initMap() { map = new google.maps.Map(document.getElementById('map'), { center: {lat: 7...
asked by 25.06.2017 / 02:58
1
answer

Help with google maps api

I'm a beginner in HTML and PHP, I would like to know how I can via google maps API make a site-like routine on my site mapeia.com , where I receive the mileage and time information of a route informed by the user.     
asked by 23.05.2017 / 21:00
0
answers

Could not allocate dup blob fd

Ihaveapproximately1,500markersonamapthatarebeingshownthroughclusterssoasnottooverloadtheapplication.thesebookmarksarecurrentlydisplayedasBitmapDescriptorFactory.defaultMarker()However,whenImodifythecodeforeachdottoshowacustombitmapwithvaluesonm...
asked by 23.05.2017 / 04:50
0
answers

Google Maps API that Brings Nearby Places

Do you know of any Maps APIs that bring locations close to the informed location, such as commerce, leisure, etc.? Thanks in advance.     
asked by 07.06.2017 / 17:26
0
answers

Make Marker Clusterer add points by regions of Brazil

Talk, people, beauty? So .. I have a map working, but it's just missing one thing for me to finish. Currently, when you open the link, it picks up by state in Brazil, and sums all up .. but I wanted it when the map was opened, it is taken by...
asked by 07.06.2017 / 06:53
0
answers

Google maps API for desktop, and no internet connection

Does anyone know a way to use API from Google Maps for Desktop without an internet connection? I need to map some items on the map, but it is not always that the user will have access to the Internet to load the maps. On mobile this is...
asked by 09.03.2017 / 23:24
0
answers

Set bearing using CameraUpdate

I have two positions ( LatLong ) that you would like to center them on the map! For this, I do the following: final LatLngBounds.Builder builderZoom = new LatLngBounds.Builder(); if(null != mCurrentLocation){ buil...
asked by 17.02.2017 / 17:02
0
answers

Transfer of prices between virtual store and external page [closed]

I want to create a virtual store using solutions already available as Shopify or Iluria. Except that the service (deliveries) would not have a fixed pricing, the price would be based on the location of the sender and the recipient. To do this, I...
asked by 03.02.2017 / 04:15
1
answer

Google Maps - After doing new search, remove marker old

Follow the code: function initAutocomplete() { debugger var markers = []; var latitude = parseFloat('@Model.Latitude'); // -23.4811396 var longitude = parseFloat('@Model.Longitude'); // -46.3676736 var m...
asked by 23.01.2017 / 21:10