Skip to content

BarryDam/bdGoogleMapsEmbedApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bdGoogleMapsEmbedApi

With bdGoogleMapsEmbedApi you can easily use the Google Maps Embed API (https://developers.google.com/maps/documentation/embed/)

Small examples:

By Address:

	$bdGoogleMapsEmbedApi = bdGoogleMapsEmbedApi::createByAddress('Station Heerlen');
	$bdGoogleMapsEmbedApi->echoContent();

By Lat Lng

	$bdGoogleMapsEmbedApi = bdGoogleMapsEmbedApi::createByLatLng(50.904747, 5.99162);
	$bdGoogleMapsEmbedApi->echoContent();

##BUY ME A COFFEE## PayPayl donate button

About

Google Maps Embed API PHP class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages