Questions tagged as 'google-maps'

0
answers

Slow map when you press the back button

In an application that the initial Fragment is the SupportMapFragment, when I change the fragment and finish pressing the back button it returns to the fragment of the map, it is very slow the movement of it. Does anyone know what's going on?  ...
asked by 11.03.2015 / 19:08
1
answer

Google Maps Conflict

Well, on a page I call Bootstrap 3 modes, each modal has a div with a map inside, each map when clicked creates a marker, and passes its address to a specific input text, each call with map function is in a .js file, when calling only one file,...
asked by 13.07.2015 / 17:19
2
answers

Doubt Web Layout [closed]

Well, I need to do a layout like this prototype attached in the post, where are photos associated with a location sent by a mobile device, my question is, which tools should I use for development? I want to make the back end using php to look up...
asked by 08.09.2014 / 16:09
2
answers

Google Places API filter [duplicate]

I wonder if there is any way to filter places such as "academies" using Google Places? Because the idea is to take and use the data of these places.     
asked by 24.01.2017 / 22:03
2
answers

How can I separate this javascript string into two php variables?

Follow the code
asked by 28.03.2017 / 14:58
1
answer

Remove all InfoWindow in google maps

How do I remove all info.window in google maps. Most examples are as follows: var infowindow = null; incia se clicar if(infowindow){ infowindow.close(); } My code looks like this: <script> var infowindow = null; //...
asked by 18.04.2015 / 01:14
1
answer

GoogleLocationService problem getting latitude and longitude

Follow the code: Try 1: (It works) var address = "Osasco - SP, Brasil"; var locationService = new GoogleLocationService(); var point = locationService.GetLatLongFromAddress(address); Attempt 2: (Not working) var address = "uol - Ru...
asked by 04.01.2017 / 01:00
1
answer

How do I upload or download points in Google Maps when I click on a div? [closed]

I have a page that shows the routes traveled by a vehicle. The routes will be shown in an ordered horizontally arranged list in the style of the Timestack timeline ( link ), except that they will not be in each other, but side by side, organized...
asked by 04.04.2014 / 19:23
2
answers

Using Dynamic Maps with the Google Maps API

I see the examples of how to use the Google Maps API and generally in the examples I see, there is always a default (initial) coordinate. Now, let's say that I make a program and distribute this application to several clients in Brazil, for e...
asked by 16.02.2016 / 19:43
1
answer

convert address in coordinates google maps api

I'm doing a site in which I use Google Maps API to route the buses and I need to convert the captured address into an input in coordinates, and display them in another input to go with it (I'm doing this with a js alert and it's driving me crazy...
asked by 06.11.2015 / 00:40