Questions tagged as 'google-maps'

1
answer

Drawn of polylines in Google Maps Api

I have managed to trace the routes on the map, what I want to achieve is that the union between the polylines is rounded, or that there are no sharp cuts between strokes. Stroke achieved: Stroke to which you wish to arrive: public...
asked by 05.01.2017 / 01:38
1
answer

Unbalanced Snackbar

I have a snackbar that runs when I click on a marker, the problem I have is the position where the snackbar opens: is interrupted with the android action buttons and my idea is to move it a little higher, then the code I'm using map.s...
asked by 08.12.2016 / 21:18
1
answer

Get Active GPS on Android

I need to show a message on the screen when I get the GPS position. That is, when you find the position where we are, we can see this because in our notifications menu it sets Location defined by GPS, while when it does not have the position it...
asked by 04.11.2016 / 17:44
2
answers

How to export to multilinestring format with mapinfo or qgis

I have installed the geographic editor mapinfo and qgis . After creating the routes in mapinfo and saving them with extension shp and loading it in qgis I do not know how to convert those routes to multili...
asked by 11.05.2016 / 17:50
1
answer

Set starting point on a map

I would like to make my map start in a city, for example, when I opened it, I would start in New York. It should be noted that it occupies a MapView and this is the code that I have in the onCreate method: GoogleMap map; MapView vista;...
asked by 24.09.2016 / 05:26
1
answer

Elements on top of map google maps (Native) Ionic 2

When placing an HTML element on top of the Google Maps using Ionic 2, I can not click on those elements, it's as if the element is not there and the click is on the map.     
asked by 02.03.2017 / 00:53
2
answers

Show text about google maps point

who helps me in the following: I have a project in which from winform I open the browser with the url of google maps specifying latitude and longitus, passing the parameters in the url (Example: " link "), everything works fine and shows it this...
asked by 17.06.2016 / 23:48
1
answer

Error Google Maps getCurrentPosition () and watchPosition () are deprecated on insecure origins

Google Maps shows me the following error:    getCurrentPosition () and watchPosition () are deprecated on insecure   origins. To use this feature, you should consider switching your   application to a secure origin, such as HTTPS. See    link...
asked by 16.06.2016 / 00:29
1
answer

How to draw a selected marker from a list in google maps using angularjs (Ionic) controllers?

I'm doing a mobile app with Ionic Framework and I have a list of places in a lugares.html view, each item has a name, address and location (coordinates). I want that when selecting an item the marker of my current and selected position...
asked by 04.03.2016 / 18:13
1
answer

Nan when loading data from Geocoder

I am trying to use a geocoder to convert postcode data into coordinates. I have instantiated the function twice to separate the markers (in a loop for) and the main pinpoint. Once the values of all the coordinates are loaded, I try to calculate...
asked by 15.03.2016 / 11:21