Questions tagged as 'google-maps'

0
answers

How can I validate that my App works in a specific area of the map?

I have an Android app where I am looking for a way for my app to only work with a delimited area on the map, since my application is for delivery people, only that I would like to delimit an area of the city so that it can work app I hope you ca...
asked by 14.10.2018 / 00:19
0
answers

Help with google maps and bootstrap modals

Hello very good everyone I have a query I have this code in javascrip to be able to generate bookmarks in google maps, and been trying to make that by pressing a bookmark I see information about that bookmark in the modal and so with each one of...
asked by 28.10.2018 / 02:38
1
answer

Error java.lang.NoClassDefFoundError in using google maps in SDK 28

I just updated SDK for Android Pie (28) and I find that in debug everything works fine, when it comes to release , in an activity that uses google maps, it returns the following error 2018-10-10 11:26:21.673 5902-5946/app.montserr...
asked by 10.10.2018 / 11:40
0
answers

How to optimize geocoding of google maps so as not to exceed the quota of request limit?

Greetings and good afternoon. I am in the development of a project that through Google's geocoding service we locate the person and give him different actions (depending on the city where you are), however. a few hours after having turned on...
asked by 03.10.2018 / 23:39
1
answer

Extract coordinates of an address with the Google Maps API

I'm building a map with custom markers taken from a MySQL database I have the following var in js with different coordinates var locations = [ {lat: 41.641581, lng: -4.780962}, {lat: 41.681581, lng: -4.740961},...
asked by 14.09.2018 / 10:07
0
answers

Locations in Google Maps API

Please could you please help me, is that I'm trying to implement the Google Maps API to mark several locations and list them in a container with Scroll showing them like this one Samsung I can not find documentation for this side panel wher...
asked by 12.09.2018 / 16:26
1
answer

How to calculate distance between two points using the google api with C # [closed]

I hope you can guide me, I am building a site where I want to consume the Google Maps API with C #, I want to know if it is possible to calculate the distance between two points by means of some function offered by the API or I have to calculate...
asked by 05.09.2018 / 20:53
0
answers

Errors by json not loaded when placing points in gmaps

I am new at angular and to practice I am placing markers read from a json on a map. I'm placing them like this, in the .html: <agm-marker *ngFor="let punto of farmacias.features, let i=index" (markerClick)="clickedMarker(i)" [latitude]...
asked by 29.08.2018 / 17:46
0
answers

Google maps marker can not be placed

I've been trying to add a point of interest in google maps but the most I've come up with is that it's only visible to me. There is a process to give a can of interest in google maps and that is definitive for everyone. Thanks for sharing.     
asked by 16.08.2018 / 01:07
0
answers

calculate the total distance on a route google maps

I am using a code to calculate a route, I need to obtain the total distance in Google maps, that is, add the distance between A + B + C + D = total distance. I'm using service.getDistanceMatrix({ , but I can not add all the distances to...
asked by 29.07.2018 / 07:41