Questions tagged as 'google-maps'

1
answer

Return an address using Google Maps API

I'm finalizing an application where I need to use Google Maps API for two things: select an address from the user's choice (example: user navigates to the desired address and chooses it) and show the map based on the location of a example...
asked by 22.06.2014 / 20:13
1
answer

How to make maps work in old and new APIs at the same time?

I've been struggling for over a month to run a simple app that shows a map. I managed, according to another post, to work in version 3.2, but not in 4.1 and, by friends' comments, this should be because of the hardware of the 4.1 tablet than a p...
asked by 06.02.2014 / 11:07
3
answers

Unsuccessfully installing an app on a tablet Genesis GT-7240

I have a Genesis GT-7240 tablet, whose version of Android is 4.1.1, Kernel 3.0.36 +. My manifest.xml has <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="17" /> I'm trying to run a simple application, which use...
asked by 05.02.2014 / 16:17
1
answer

Convert latitude and longitude to GMS (Degrees, minutes and seconds)

I have a project in Javascript Maps that involves a lot of interlinked functions. At the moment, I have 2 inputs text getting Latitude and Longitude of the click of my mouse in the div of the map of Google Maps, in each click it usually receives...
asked by 08.08.2018 / 14:27
1
answer

Google Maps - Set User Zoom

I have this code down with the Google Maps API using several places defined within Javascript. My problem is that I have more stores to add and are scattered all over the state, so I want it when the user opens the page, get their location and p...
asked by 21.08.2018 / 20:44
1
answer

How do I get the location in google maps api according to the click of the user?

I entered the google maps website api and saw how to place and use the api on my site, but I was only able to make it register a place according to what the user types. For a better experience, I wanted that when the user clicked somewhere on th...
asked by 18.06.2018 / 01:15
1
answer

Change the color of the route (road) of google maps

CananyonehelpmewithhowthisblueroadcolorchangeswhenIsetaroute..IalreadyhavethestyleallreadyIjustdonotknowthevariablethatappliestothatpartofthemap..Obg/*Estilizandoomapa;Criandoumarraycomosestilos*/varstyles=[];/*crioumobjetopassandooarraydeestil...
asked by 11.05.2018 / 07:09
1
answer

Problem not get using google API with Angular

I have an angled application that should search the Google API for long and lat. I created this method below to set up my call HTTP.GET() : ObterGeolocalizacao(): Observable<any> { const cep = this.formulariServices.ObterFor...
asked by 07.06.2018 / 16:26
1
answer

How do I get the given 'distance' in JSON in this example?

How do I get the given 'distance' in JSON in this example? $url = "https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=86015-810&destinations=86830-000&key=AIzaSyDL6_dJ-Mbi_03_g6lHhWibxY22Z2UeYZQ"; $jso...
asked by 13.04.2018 / 20:27
1
answer

Get coordinates, measure distances, and compare them

I was proposed to develop a page where it presents an excerpt of Google Maps with several markers organized in clusters (done). I have no experience with JavaScript, and what I need is that by clicking a button (or not), it's possible to get my...
asked by 18.10.2017 / 13:44