Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 712 Bytes

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