← Back to IPerfect.Net

Map & Location Tools

Display maps, look up coordinates, and convert addresses to GPS — all from your browser

What Are the Map Tools?

The IPerfect.Net Map & Location Tools give you an interactive map interface and a set of location utilities directly in the browser. You can display any location on a map, search for places, convert a street address to GPS coordinates (geocoding), and reverse-geocode coordinates back into a readable address.

These tools are especially useful for developers working on location-aware applications who need to quickly verify coordinates, test geocoding results, or visualize a GPS position without opening a full mapping app.

Open Map Tools

Available Map Tools

Interactive Map Display

Enter any city, address, or place name and view it on an interactive map. You can zoom in and out, switch between map and satellite view, and click on the map to get the coordinates of any point.

Location Details

Enter a place name or address to retrieve structured location data — country, state, city, postal code, and precise latitude/longitude coordinates. Useful for validating addresses or pre-populating database records.

Address from Coordinates (Reverse Geocoding)

Enter a latitude and longitude pair and retrieve the nearest street address. This is the reverse geocoding operation used in GPS tracking, fleet management, and delivery applications.

Input: lat=18.5204, lng=73.8567
Output: Pune, Maharashtra 411001, India

Location API Endpoints

All map features are accessible as REST API endpoints for use in your own applications:

Address from coordinates

GET https://iperfect.net/ajax/getAddressFromCoordinates.php?lat=18.5204&lng=73.8567

Distance between two coordinates

GET https://iperfect.net/ajax/getDistanceFromCordinates.php?lat1=18.52&lng1=73.85&lat2=19.07&lng2=72.87

Returns the straight-line (haversine) distance in kilometres and miles between the two points.

Use Cases

Other Tools on IPerfect.Net