Questions tagged as 'google-maps'

1
answer

Android: When turning the device my application fails in my fragment google maps. Why?

Good morning. My app has a fragment in which inside, it has another fragment of the google map, it works perfect. When turning the device from vertical to horizontal the first time, nothing happens, the application continues to work, but if a...
asked by 04.10.2016 / 23:31
1
answer

variable declaration Dictionary swift

I have a function to obtain the coordinates according to address. I have to declare a variable as dictionary to transform a result into json. var error: NSError? let dictionary: Dictionary<NSObject, AnyObject> = NSJSONSerializ...
asked by 19.03.2016 / 01:31
1
answer

Help Distance matrix matrix API - Google Maps

I would like to know if with the distances API - Google Maps it is possible to calculate the distance of a city among others at a single time. For example: calculate the distance from New York to Paris, from New York to Peking, from New York...
asked by 25.04.2016 / 19:21
1
answer

Change properties of Google Maps PolyLine - 'setStartCap' and 'setEndCap' - rotate and color

I'm working with Polylines on google maps. The question is that I want to add arrows on the line that is created. But researching I found the properties of setStartCap and setEndCap , which allow me to insert an image at the beginning or e...
asked by 05.01.2019 / 04:38
2
answers

Save path in MySQL POINT

I need to save a complete path set by GeoPuntos ( POINT ) in mysql to be displayed in an application
asked by 16.04.2016 / 20:27
0
answers

Select city using Google MAPS API Angular 6

I'm working with Angular 6 and I'm using the Google MAPS Directions API. I have the suggestions of the Google API but when I select any suggestion I can not get the complete text that I selected. Example: If I select the option Verac...
asked by 08.12.2018 / 02:00
0
answers

Fill Mapview with bookmarks from Json with Retrofit (Help)

I am working on an app that fills a MapView with markers brought from a Web Service using Retrofit, and I have been trying to create a method to add all the markers from Json to the MapView, but it only adds 1, Does anyone know in that Could I b...
asked by 08.12.2018 / 22:27
1
answer

downloadUrl with file in local

I'm working with the Google Maps API where I upload the locations and descriptions from the server to the map. For this I have 4 files db_connect.php where I have my function that connects PHP with my MySQL database and db_gmapi th...
asked by 07.12.2018 / 01:09
0
answers

Pass SQLite marks to Google Maps

I have a SQLite database where the marks are stored but I am not able to load them on the map. Thank you very much for your time. Main activity public class MapsActivity extends FragmentActivity implements OnMapReadyCallback { Button btn;...
asked by 03.12.2018 / 19:30
0
answers

Can I use the Google maps directions app to trace the route between any two coordinates?

I am making a page that I will try to return application ... in which I want to calculate the distance and route to get from one point to the other ... as it is the case the people will be located in any place ... .. The Google Maps API allows t...
asked by 29.11.2018 / 21:34