Questions tagged as 'google-maps'

1
answer

limit of requests Google maps api

I'm developing a web application with google maps api javascript. The limit is 25,000, however, it's popping up in the tests I've done. Someone with good knowledge about could inform: Is there a time zone to use Key? How frequently will th...
asked by 14.02.2017 / 13:48
1
answer

Route in Google Maps using coordinates

I have this code to create routes using Google Maps var map; var directionsDisplay; // Instanciaremos ele mais tarde, que será o nosso google.maps.DirectionsRenderer var directionsService = new google.maps.DirectionsService(); fun...
asked by 10.01.2017 / 14:00
1
answer

Error trying to include a mapfragment in an activity

I have an activity that should go up with the map (GoogleMaps). But by implementing some methods, so that I can for example, click and add a bookmark, it breaks, with the following error:    Attempt to invoke virtual method 'void   com.google...
asked by 02.02.2017 / 19:22
1
answer

How to get the marker total in google maps?

I'm using Places search box . Here is the code: function initAutocomplete() { var map = new google.maps.Map(document.getElementById('map'), { center: {lat: -33.8688, lng: 151.2195}, zoom: 13, mapTypeId: google.maps.MapTypeId.ROA...
asked by 04.01.2017 / 18:23
1
answer

Error creating Google Maps Activity

When I create a new - > Google - > Google Maps Activity it creates everything correctly. Then I add the key in google_maps_api.xml . <stringname="google_maps_key" templateMergeStrategy="preserve" translatable="false">...
asked by 31.01.2017 / 18:30
1
answer

How can I search only address through google maps?

Here is an example in javascript: function initAutocomplete() { var map = new google.maps.Map(document.getElementById('map'), { center: {lat: -33.8688, lng: 151.2195}, zoom: 13, mapTypeId: google.maps.MapTypeI...
asked by 19.01.2017 / 04:06
1
answer

Error when customizing InfoWindowAdapter in Google Map?

I have this XML file: ?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <ImageView...
asked by 04.12.2016 / 08:30
2
answers

use google maps on my site [closed]

Hello, I have a system, and I need every time I open this box, change the address of google maps according to the address that appears for each record as follows: This is a box that shows various information of a record, and one of the res...
asked by 24.10.2016 / 12:44
1
answer

Google Maps Geolocation API

I want to check the status of my client to show the establishments near that region. How do I get this information through the Google Maps Geolocation API? Is there a better way? The site I've been working on is PiscouAchou.com     
asked by 24.10.2016 / 19:47
1
answer

How to make the Google map dynamic

I'm creating a car tracking app and I'm having a problem, I'm trying to make the map update dynamically without the need to update the page manually, this page receives the location through a .json file in the code I'm calling a file, but the in...
asked by 29.12.2015 / 19:44