@ank5 wrote:
We are using the following code to launch Google Maps (which are downloaded for offline access) from Ionic application.
var location = '33.917236,-118.012009'; window.open('comgooglemaps://?q=' + location, '_system');
This launches Google Maps application on ios and sets the marker at the Longitude and Latitude that has been defined (even when the user is offline).
However, our requirement is to place multiple markers on the map. I have not been able to find a way to pass multiple longitudes and latitudes to the q parameter.
Any suggestions on how this requirement can be achieved?
Posts: 1
Participants: 1