Google Support
support.google.com › maps › answer › 18539
Search by latitude & longitude in Google Maps - Android - Google Maps Help
On your Android phone or tablet, open the Google Maps app . To drop a red pin, touch and hold an area of the map that isn’t labeled. In the search box, you can find the coordinates. Format your coordinates so they work in Google Maps:
arrays - Open Google Maps from my Android App with Specific Coordinates - Stack Overflow
Inside the page is an ImageView (Map Marker), that if pressed, it will open a Google Map App with the specific coordinates of the place. More on stackoverflow.com
How to search coordinates on google maps?
Here’s an example of coordinates: 37.7749° N, 122.4194° W (San Francisco, CA). Searching for coordinates on Google Maps is straightforward. Here’s a step-by-step guide: Open Google Maps: You can do this in a web browser or in the Google Maps app on your smartphone. More on hotbot.com
Google Maps: How To Find The GPS Coordinates Of A Location From A PC *2021
Google Maps: How To Find The GPS Coordinates Of A Location From A PC *2021 This is a video tutorial on how to find the GPS coordinates of a location on Google maps using a desktop or laptop. Simple Steps: Log into your Google account and proceed to Google Maps https://www.google.com/maps Search for the location that you wish to find the GPS coordinates. Right click on the location and you will find the GPS coordinates at the top of the dropdown. Chapters 0:00 Intro 0:19 Open Google Maps 0:29 Search For Location 0:45 Right Click On Screen 0:55 Copy Coordinates To Clipboard 1:08 Select Whats Here #googlemaps #howto #norestforthewicked google, google maps, google maps coordinates, google maps gps, how to find the coordinates, location coordinates, using google maps as a gps, google maps gps, longitude, latitude, More on reddit.com
Trying to get GPS coordinates of a specific location
Hi there, As the title says, I'm trying to get some specific GPS coordinates. My girlfriend and I have an anniversary coming up, and I wanted to get… More on reddit.com
How accurate are GPS coordinates on Google Maps?
Accuracy can vary slightly depending on map data, especially in remote or newly developed areas, but it's generally within a few meters.
maps.ie
maps.ie › coordinates.html
Find GPS coordinates on Google maps | Latitude Longitude Search
What formats does Google Maps accept?
Decimal Degrees (DD): 53.2707, -9.0568 · Degrees, Minutes, Seconds (DMS): 53°16'14.5"N 9°03'24.5"W
maps.ie
maps.ie › coordinates.html
Find GPS coordinates on Google maps | Latitude Longitude Search
Can I search for a place using coordinates?
Yes! Just type the latitude and longitude into the Google Maps search bar, like 53.2707, -9.0568.
maps.ie
maps.ie › coordinates.html
Find GPS coordinates on Google maps | Latitude Longitude Search
Videos
02:00
How To Search By Coordinates On Google Maps App (2024 Guide) - YouTube
01:19
How to Get Coordinates in Google Maps (Quick & Updated) - YouTube
00:54
How To Find Longitude & Latitude Coordinates on Google Maps (Mobile) ...
03:27
Using GPS Coordinates with Google Maps (PC and Mobile Device) - ...
03:27
Latitude and Longitude Coordinates in Google Maps - YouTube
00:48
How to show GPS coordinates on Google Maps? (Android phone) - YouTube
Google
developers.google.com › google maps platform › web › maps javascript api › showing pixel and tile coordinates
Showing Pixel and Tile Coordinates | Maps JavaScript API | Google for Developers
This example demonstrates how to display a map centered on Chicago, IL. An info window shows the latitude, longitude, zoom level, world, pixel, and tile coordinates for the specified location.
Google Support
support.google.com › maps › answer › 18539 › find-or-enter-latitude-and-longitude-computer
Search by latitude and longitude in Google Maps - Android - Google Maps Help
On your Android phone or tablet, open the Google Maps app . To drop a red pin, touch and hold an area of the map that isn’t labelled. In the search box, you can find the coordinates. Format your coordinates so that they work in Google Maps:
Leads-sniper
leads-sniper.com › blog › how-to-read-google-maps-coordinates
How to Read Google Maps Coordinates (Simple Guide) | Leads-Sniper
March 29, 2026 - ... This format is older and relies on a system similar to telling time. It breaks the coordinates down into degrees (°), minutes ('), and seconds ("). You will also see compass directions (N, S, E, W) attached. Example for London: 51° 30' 26.6" N, 0° 7' 40.1" W
Google Maps
maps.ie › coordinates.html
Find GPS coordinates on Google maps | Latitude Longitude Search
You'll see the GPS coordinates under the address. Sometimes, coordinates are hidden in the URL itself. For example: 🔗 https://www.google.com/maps/place/Some+Place/@53.2707,-9.0568,15z In this case, the numbers after the @ symbol (53.2707,-9.0568) are the latitude and longitude.
Google Support
support.google.com › maps › answer › 18539
Search by latitude & longitude in Google Maps - iPhone & iPad - Google Maps Help
On your iPhone or iPad, open the Google Maps app . To drop a red pin, touch and hold an area of the map that isn’t labeled. In the placesheet, you can find the coordinates. Format your coordinates so they work in Google Maps:
Octoparse
octoparse.com › blog › how-to-extract-google-maps-coordinates
How to Scrape the Latitude and Longitude from Google Maps Links | Octoparse
October 26, 2023 - You can read Google’s official tutorial to get more information about finding and entering coordinates on Google Maps. Example: https://www.google.com/maps/place/Empire+State+Building/@40.7484405,-73.9856644,17z/
Top answer 1 of 4
3
Try this:
String[] attractgeocoordinates = {"13.5735488,124.1371557", "13.7077914,124.3876623"};
String[] mainLatLng =attractgeocoordinates[0].split(",");
String lattitude=mainLatLng[0];
String longitude=mainLatLng[1];
String geoUri = "http://maps.google.com/maps?q=loc:" + lattitude + "," + longitude + " (" + Binurong Point + ")";
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(geoUri ));
context.startActivity(intent);
2 of 4
1
Possible duplicate answer here
Although, as an extra example:
String urlAddress = "http://maps.google.com/maps?q="+ mLatitude +"," + mLongitude +"("+ mMarkerName + ")&iwloc=A&hl=es";
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(urlAddress));
intent.setPackage("com.google.android.apps.maps");
if (intent.resolveActivity(getActivity().getPackageManager()) != null) {
startActivity(intent);
}
Leads-sniper
leads-sniper.com › blog › google-maps-coordinate-format
Google Maps Coordinate Format Explained (2026 Guide) | Leads-Sniper
March 25, 2026 - Open the Google Maps app. Find the location you want. Tap and hold your finger on the screen over an area that does not already have a label. A red pin will drop onto the map. Look at the search box at the top or the info panel at the bottom. You will see the coordinates displayed clearly.
Google
developers.google.com › google maps platform › web › maps javascript api › map and tile coordinates
Map and Tile Coordinates | Maps JavaScript API | Google for Developers
Therefore, each higher zoom level results in a resolution four times higher than the preceding level. For example, at zoom level 1, the map consists of 4 256x256 pixels tiles, resulting in a pixel space from 512x512.
Leads-sniper
leads-sniper.com › blog › how-to-find-gps-coordinates-on-google-maps
How to Find GPS Coordinates on Google Maps (2026 Guide) | Leads-Sniper
March 22, 2026 - When you combine these two measurements, you get an exact geographic location. For example, a latitude and longitude Google Maps tutorial often shows coordinates in decimal degrees, looking something like this: 40.7128, -74.0060. The first number is the latitude, and the second is the longitude.
Google Support
support.google.com › maps › answer › 18539
Search by latitude & longitude in Google Maps - Computer - Google Maps Help
To search for a place on Google Maps, enter the latitude and longitude GPS coordinates. You can also find the coordinates of the places you previously found. Besides longitude and latitude, you can u
HotBot
hotbot.com › topics › maps › how to search coordinates on google maps?
How to search coordinates on google maps?- HotBot Topics
July 18, 2024 - Enter Coordinates: In the search bar, type the latitude and longitude separated by a comma. For example: 37.7749, -122.4194. Search: Press Enter or click the search button. Google Maps will zoom in to the specified coordinates, marking the exact spot on the map.
Google
developers.google.com › google maps platform › web › maps javascript api › coordinates
Coordinates | Maps JavaScript API | Google for Developers
For example, a value of -190 will be converted to 170. A value of 190 will be converted to -170. This reflects the fact that longitudes wrap around the globe. Altitude is measured in meters.