How do I link to Google Maps with a particular longitude and latitude?

Deepika

I have a small application that gives the current location: longitude and latitude. Now I have to browse to google maps with the longitude and latitude. Please suggest how I can do this.

RedBlueThing

This schema has changed again (23rd October 2018). See Kushagr's answer for the latest.

This for a map with the marker (via aaronm's comment):

https://www.google.com/maps/?q=-15.623037,18.388672

For an older example (no marker on this one):

https://www.google.com/maps/preview/@-15.623037,18.388672,8z

The oldest format:

http://maps.google.com/maps?ll=-15.623037,18.388672&spn=65.61535,79.013672

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

how do i get the latitude and longitude from google maps places api object?

google maps how to add marker if I know the latitude and longitude

Google location with longitude and latitude link

How do I merge polygons (latitude & longitude)?

How do I catch an error due to wrong latitude or longitude in Bing Maps V8 Web Control?

Agm google maps - how to bind latitude and longitude to HTML

Google Maps - How to add a number to a latitude/longitude to change the coordinate

How to set latitude/longitude from bundle to Google Maps

How to obtain Latitude and Longitude when clicking on a rectangle in Google Maps?

How to get latitude and longitude from an address scraping google maps?

How to access latitude and longitude from Google Maps JSON response in NodeJS

How get latitude and longitude from an Android listview and put it in google maps?

How do I hide the latitude and longitude lines in Google Earth Pro (Mac)

Using variables for longitude and latitude with google maps api

Parsing Google Maps API for Latitude and Longitude (Bash)

Longitude and Latitude from Google Maps Api JSON?

Check if a latitude and longitude is within a circle google maps

Send latitude-longitude argument to Google Maps

focusing on google maps api according to latitude and longitude

Removing marker by latitude/longitude in google maps

Google maps GPS: longitude and latitude returns zero

Attach latitude and longitude to markers in google maps

Scraping longitude and latitude of a city from Google Maps

How do I split this "latitude/longitude" column into two columns: latitude & longitude?

How do I get the latitude and longitude from the following?

How do I automatically determine a state given the latitude and longitude / coordinates?

How do I create a circle with latitude, longitude and radius with GeoTools?

How to get Latitude and Longitude for particular city or street without using google map?

I want to draw polygon inside google maps using latitude and longitude in react native