Questions tagged as 'google-maps'

0
answers

Using Circle as a mask with Google Maps Api V3

I have a circle, and multiple rectangles, which I paint with some colors, but, I just want to see the colors inside the circle, not outside it. Example I just want to see the colors of the inner circle, I thought if I used the circle as...
asked by 04.08.2017 / 15:42
1
answer

Problem creating map using API Google Maps Javascript

I'm not able to initialize my map using javascript. Basically I created 2 files to test the creation, a html file with a div to contain the map and a js file with the map creation function. But whenever I try to call the map...
asked by 27.07.2017 / 23:15
0
answers

Centralize Google Maps between two Javascript routes

Good Afternoon, Guys! I'm having trouble centralizing using Google Maps API between 2 points, which happens below in the screenshots below. The application is in Ruby on Rails and we use JS for some of the maps, when I click to open the mo...
asked by 12.07.2017 / 21:10
1
answer

Google geolocation works in the pc browser, but not in the android browser

Using Ruby, Sinatra, Slim, Javascript, Google maps v3 API. Geolocation works perfectly in the browser on the PC, the map is generated with the marker of the partner, when clicking the button is requested the geolocation to the browser, creates a...
asked by 18.07.2017 / 21:07
0
answers

Map does not load on route

I'm trying to load a map into an HTML file that is mapped to a route using ui.router. Head of index <head> <title>Página Inicial</title> <base href="/"> <meta name="viewport" content="initial-scale=...
asked by 04.07.2017 / 04:52
1
answer

GoogleMaps and Firebase in real time - Do not show the points

I'm following the tutorial that shows you how to connect Firebase with GoogleMaps in real time and shows the clicks on the map. I can insert values (lat, long and time) into the firebase but I can not show these values on the map. I'm us...
asked by 04.07.2017 / 19:44
1
answer

How to get more accuracy in GPS using google location on android

In my project, I need to get a current user location and address and constantly update my position because of greater accuracy. The problem is that when I got the location (Latitude and Longitude), using the Geocode class to get the address and...
asked by 13.06.2017 / 18:11
2
answers

I can use the maps API on pages in * .HTML, but in * .php it does not work properly

I have a * .HTML page that sends parameters in the body of the URL to the * .PHP page. It turns out that the map is not loaded in the * .php page example url: http://localhost/dashboard/phptest/index1.php?latitude=-19.9020683&longitude=...
asked by 15.06.2017 / 17:04
2
answers

How do I create a map with a proximate circumference? [closed]

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDUZgjcLfmsJUX7oKmJhG_jqJK_gK0xkng"></script><bodyonload="initialize();"> <?php $geocode=file_get_contents('http://maps.google.com/maps/a...
asked by 16.06.2017 / 16:21
1
answer

I would like a user to enter a single border of markers on the map

Good morning, I would like to know if there is a way for me to determine a maximum limit of markers registrations for a user, depending on their level of access in the database. Example: CREATE TABLE tb_users ( id_users int (1...
asked by 16.05.2017 / 15:31