-
Notifications
You must be signed in to change notification settings - Fork 0
talhahasanzia/GoogleMapsAPISample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simple Google Maps API Javascript Sample
using Places and Geometry API
-click on the map to show nearby food places with region marked.
-To edit locations, type of place or radius; in the code,
change location by changing,
pyrmont = new google.maps.LatLng(lat,lng);
change radius and nearby place types from here,
var request = {
location: pyrmont,
radius: '500',
types: ['food']
};
Please report any errors or obsolete code due to API releases etc.About
Simple google maps API implementation using javascript.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published