In this article, you will learn how to find points within a radius from provided lat and long by writing a MySQL Query. For example, The SQL statement will find locations that are within a radius of 7 KM to the 22.607672, 88.36853 coordinate. Keep reading on Find nearest location using latitude longitude MySQL How to […]
Google Maps Draw Polygon Get Coordinates
In this blog post, you will learn google maps draw polygon get coordinates with an example, and later you can save the latitude/longitude in the database. As you know we can draw various shapes to your map and there are the following shapes available like lines, polygons, circles, and rectangles. Keep reading on Check if point inside polygon Google […]
Check if point inside polygon Google Maps JavaScript
In this blog post, you will learn how to check if point inside polygon with google maps javascript API v3 example. As you know we can draw various shapes to your map that is basically an object on the map tied to latitude/longitude coordinate. There are the following shapes available like lines, polygons, circles, and […]
Google Maps JavaScript API Error: apinotactivatedmaperror
In this blog post, I will discuss google maps javascript api error: apinotactivatedmaperror and how to resolve ApiNotActivatedMapError issue step by step. Previously I have explained about Google Maps Location Sharing Not Updating Issue. Google Maps API Error: ApiNotActivatedMapError I have created a below simple google maps api example and getting the above error in […]
Google Maps Draggable Marker Get Coordinates
In this blog post, you will learn how to create google maps draggable marker using Google Maps Javascript API v3, and when you drag the marker position then get coordinates (latitude and longitude) of that location where you place the marker. Keep reading on Google Maps Location Sharing Not Updating, How to show multiple locations on Google […]
Google Maps Location Sharing Not Updating
In this blog post, I will discuss how to fix google maps location sharing not updating or not working and also will unable to refresh Google maps sharing location issues. By using Google location sharing features you can choose who can find your current location for what length of time. It is important to show […]
Calculate distance between two points Google Maps JavaScript
In this blog post, you will learn how to measure distance on google maps and calculate the distance between two latitude longitude points using Google Maps JavaScript API v3. Previously I have explained the google maps distance matrix api example. Calculate distance between two points Google Maps Google Maps can help you navigate in the […]
How to show multiple locations on Google Maps using JavaScript
In this blog post, I will demonstrate to you how to show multiple locations on google maps using javascript or how to add multiple markers on google maps javascript in the asp.net website. In the previous article, I have explained How to get the current location in Google Maps using JavaScript. What is a Google […]
How to get current location in Google Maps using JavaScript
In this blog post, you will learn how to get current location google maps javascript using your browser’s HTML5 Geolocation feature along with the Google Maps JavaScript API. Note: The current location of a user will only display when you allow location sharing as shown below:- Keep reading on Calculate distance between two points Google Maps […]