Skip to content

talhahasanzia/GoogleMapsAPISample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

No packages published

Languages