I love how the site showcased now reads: "Unfortunately, due to changes in Google Maps API pricing, I can no longer run Map of the Dead without paying hundreds of dollars a month in fees."
@tywheeler71314 жыл бұрын
I miss tech circa 2006. Opportunity was everywhere. Now it's back to the big businesses :(
@superstudlydittmer4 жыл бұрын
I feel so let down.
@dasfx Жыл бұрын
This is so outdated. Any recent videos on Places API?
@moorhosj10 жыл бұрын
Very helpful. Can you add the code snippets from the video somewhere? I want to try and recreate some of your scenarios.
@donal9355 жыл бұрын
Went to try out map of the dead...it's down :(
@lupitchr17 жыл бұрын
When are you punks gonna add the popular times data feed to the API ?!?!?! I've been salivating over that feed for like a year now :(
@harishmadaan81534 жыл бұрын
Hello Team, I am using Google place api in my project. but some results of api are not matching with google map as google map also return recomendations along with search results. In case when I search "210 East 7th Street, New York, NY" in google map than it return 2 recomendations also. But recomendations is not getting in our project. We tried following code to get the results: var request = { query: "210 East 7th Street, New York, NY", fields: ["place_id", "geometry"] }; var service = new google.maps.places.PlacesService(map); service.textSearch(request, function (results, status) { }); var request = { query: "210 East 7th Street, New York, NY", fields: ["place_id", "geometry"] }; var service = new google.maps.places.PlacesService(map); service.findPlaceFromQuery(request, function (results, status) { }); Even I also used NearbySearch API but still my results will not match with your recomendation. Please suggest me API for showing the recomendation.
@StefTechSurfer3 жыл бұрын
You should link the documentation link in the description Google...
@rajkumart082 жыл бұрын
Hi, can you let me know how to find special attractions for a particular land mark
@renkorenko32925 жыл бұрын
Hello Sir..I am a new developer of java programming...I just want to ask..why this.maps google api always return request denied, when I execute from java application..? But return the correct data from Web browser ( with the smae parameters )..? Tq
@krzychaczu11 жыл бұрын
Is it normal that for every single video about "Google Places API" I receive "This video is currently unavailable."? Videos about anything else play fine...
@AlanDeAnda16 жыл бұрын
Man. Why the query is limited up to 20 results. I agree in paying some bucks for this stuff.
@HWRLife7 жыл бұрын
Can I verify any address in the using this API - basically I need put Unformatted address data from DB and get that verified if it's address or not? Is this completely free to use for any corporate?
@claytonhonaker30495 жыл бұрын
Where is create a project?
@larvapplemedia69357 жыл бұрын
How can i return nearby places such as restaurants (multiple results) instead of a single result, as json array?
@alexcywiner7 жыл бұрын
did you find something about that? im tired of looking in every website without getting what i want that is load the map showing hospitals, police departments and more. how can i do that?
@JainamShah2211 жыл бұрын
I am trying to use Places API in Unity3D and always get "REQYEST_DENIED" as a response. I followed all the steps mentioned here (developers.google.com/places/documentation/search) but no luck. can anyone help me out? Do I need a plugin for Places in Unity?
@JainamShah2210 жыл бұрын
***** Here is the answer, answers.unity3d.com/questions/605600/request-denied-with-google-places-api.html#comment-631783 Hope it helps
@RiteshKumar-ko9ux9 жыл бұрын
very nice tutorial for learners.. :-)
@naveedwaheed81755 жыл бұрын
hello sir how are you you make a good video and my question is "mapofthedead" website not working so give the advice or alternate websiter or somebody help me how to make a custom google places api
@HamzaRashidQureshi8 жыл бұрын
thanks. keep it up.
@paulkersey24245 жыл бұрын
Google APIs seem like a scam, they never tell you they are not returning all the reviews or even pictures. They only return a handful, and I am sure they have tons of licensing issues too. I would stay away from these useless MAP APIs, nothing but trouble
@ecambran11 жыл бұрын
Hello, could you give me some orientation? What I need is to add the Autocomplete for US addresses in a textbox What I need to know is if there's a limit for the daily requests to the API, in order to use the free version, and what's the definition of 1 request for you, I mean, if I write some text, the filtering is done, but then if I erase all the content and start typing again, that would be another request? I'll appreciate if you can answer me or forward me to someone that could help me,
@MartiniComedian Жыл бұрын
Dear dev team, please shoot a 2023 video 😂
@raptormod114 жыл бұрын
The map of the dead is down sedlyf
@1996rky Жыл бұрын
Worst service... 2₹ debited but not giving accees
@AnujKumar-cw6kw5 жыл бұрын
Hello, i want to find out seaports according to country. how to do that?
@odinakis64107 жыл бұрын
how can i get the results in a listview in html format?