Google API Javascript Web API 

GoogleMaps API to Draw a line From A to B Direction

To make Google maps API to Draw a line From One Place to Another Direction. Step1: Add the below Google maps API link to your page   Step 2: Add the below HTML Div to body Step 3: Then you have to configure Javascript code based on your Requirement.   Arjun JSArjun is a Full-stack developer, who is fond of the web. Lives in Chikmagalur, Karnataka, India arjunckm.in

Read More
API's MySql PHP Web API 

Google API to Calculate a Distance in PHP / Mysql

I actually had a hard time finding some of the Geographic calculations to find the distance between two locations so I wanted to share them here. If you remember ‘the old days’ of calculating a distance between two points, it was simply the hypotenuse of a triangle (A² + B² = C²). That’s an interesting start but it doesn’t apply with Geography since the distance between lines of latitude and longitude are not an equal distance apart. As you get closer to the equator, lines of latitude get further apart.…

Read More