Off topic:how to place a marker on google maps with own description expcet latitude and longitude
1
1
Entering edit mode
5.0 years ago

QDQSDCCSDQSDQQCQSCSDQSSQDCQSQSCQDQSDQSDQSD

I followed this link from stackoverflow to place a marker on google maps. Currently i am doing like this to open google maps using iOS app swift.

    UIApplication.shared.open(URL(string:"comgooglemaps://?center=\(self.location.coordinate.latitude),\(self.location.coordinate.longitude)&zoom=14&q=\(self.location.coordinate.latitude),\(self.location.coordinate.longitude)")!, options: [:], completionHandler: nil)

its opening map and placed a marker which is fine, but my problem is its showing lat/lng on marker, and i want to add description (which i already have to display) on marker instead of lat/lng.

RNA-Seq gene snp • 586 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1917 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6