In this tutorial, we will learn how to add Google Maps in an Ionic application using a powerful package @agm. The @agm package provides directive components to easily add Maps, Markers and Geometric shapes like Radius on Google Maps in Angular applications. Here we will use the power of this great package to implement Google
Category: Google API
Google API PHP | How to use Google API like YouTube Data v3 API in PHP
Google API’s provides a lot of data which is a part of most of the developers like Google Maps, YouTube API, Translation, etc. We usually make and handle Google API requests for various services in Javascript using client-side Google API libraries.
Angular 10|9|8 Google Maps with Places Search and Draggable Marker using Angular Google Maps (@agm/core)
In this Angular tutorial, we’ll learn how to use Google Maps with Draggable Marker and Place search bar to get Address and Latitude, Longitude coordinates in Angular 10/9/8/7/6/5/4 project using @agm package. Google maps are used in many applications as a location with visible maps pays an important role to make information more user-friendly. Embedded
Embed Google Maps with Multiple Markers and InfoWindows / Info Popups Open on Click or Mouse Hover
Google Maps provide in-depth information each and every street on earth, it proves a good way to show your location or multiple locations on Google Map and not only this, but we can also embed this Map with Multiple Markers and Info Windows to show Information on Click or Hover.
Add reCAPTCHA v2 and Form Validation using Custom jQuery
In this post, we will create a form having custom validation for required fields using jQuery. This custom form will also have reCAPTCHA v2 of Google to verify if the user is a bot or real person.
Ionic 5|4 Google Maps JavaScript API, Geolocation, Geocoder in Ionic Native Application
In this Ionic 5 tutorial, we’ll implement Google Maps using Javascript API library and display current position with a location marker and address of the location. To build Google Maps in Ionic 5 application we’ll use Geolocation and Geocoder plugins to locate current coordinates and address. In the previous post, we discussed how to get
YouTube DATA V3 API Sample API GET URL
Here I am going to share a sample of YouTube Data V3 API Sample get URL. Google provides this YouTube Data API to fetch information about YouTube, this workes with a KEY which you need to add in GET URL to make it fetch requested Information.
YouTube Data API v3 1M Units Limits Explained!
When we come across a term Quota in a Google API, it makes a strange feeling and buzz around many Questions like What if I exceed this limit? Will Google ask for money if my Qauta exceeds? What is the meaning of these limits when I use Key in an API? Now If you want to use any
This is a really quick tutorial to add Google reCAPTCHA in a PHP form. reCAPTCHA is used to prevent spam or autonomous illegal activities on your website, which can result in overuse of the bandwidth of your server fill your databases with junk data. Here we will discuss v2 of Google reCAPTCHA.