The Google Maps JavaScript API provides the easiest way to embed a Google Map on the web page. You can display Google Map and mark the location on it using Google Maps JavaScript API. An API key is required to load and use Google Maps JavaScript API libra...

By: CodexWorld Jan 7, 2021

An autocomplete feature is very useful for the addresses search box. When a user starts typing an address, the autocomplete field list the suggestions based on the search term. You can use the autocomplete input field to search addresses on the web applica...

By: CodexWorld Dec 12, 2019
PHP

Latitude and longitude contain various information related to geo data. You can get geographic info including address from latitude & longitude coordinates. Google Geocoding API provides an easy way to get address from latitude and longitude. If you have l...

By: CodexWorld Jan 1, 2024

Google Identity API lets you allow the user to login to your website with their Google account using JavaScript. You can integrate Sign In With Google Account using JavaScript client library. Google JavaScript API client helps the user to login with their ...

By: CodexWorld Jul 31, 2023

Google provides various APIs to integrate Google services in the web application. The API key/client ID/client Secret is required to access the Google APIs. Google Sign-in is one of the most used services to integrate login with Google account in the websi...

By: CodexWorld Jan 3, 2019
PHP

For pointing the exact location on Google Map it will always be a good idea to pass the latitude and longitude with Google Maps API. In this article, you'll know how to get latitude and longitude from address using Google Maps API in PHP. Use our getLatLon...

By: CodexWorld Nov 10, 2023

Google OAuth API is the simple and powerful way to integrate login system in the website. Google OAuth Login API let you allow the user to sign in the web application using their Google account without registration. Google API allows to authenticate with G...

By: CodexWorld Jan 30, 2020
PHP

Many times we are needed to extracting zipcode from address in our project. Using Google Maps API we can easily get zipcode from address. Learn how to get zipcode from address using Google Maps API and PHP. We had created a simple script for getting zipcod...

By: CodexWorld Apr 27, 2016
PHP

Google has released the new reCAPTCHA v2 checkbox widget. Using the reCAPTCHA widget users can prove that they are human without solving a CAPTCHA question. Only a single click is needed to confirm they are not a robot. The Google reCAPTCHA Checkbox protec...

By: CodexWorld Mar 30, 2022
keyboard_double_arrow_up