plz help me , your first reply is for data base , i don't use it , i search for nearby , for exemple , the restaurant near for my location , this is my probleme ,, i have a project for university , i start my work with appery and i see this probleme i can't change my platforme , because i written ab...
var map; var infowindow; function initialize() { var pyrmont = new google.maps.LatLng(-33.8665433, 151.1956316); var request = { location: pyrmont, radius: 500, types: ['store'] }; infowindow = new google.maps.InfoWindow(); var service = new google.maps.places.PlacesService(map); service.nearbySearc...
bnjr , comment peux je implementer near by dans appery avec le map , j'ai essaye beaucoup de chose dans java script rien ne marche , le fonction my location marche bien mais near by no. je pense que la fonction var service = new google.maps.places.PlacesService(map); ne marche pas dans appery , quel...