

Buy anything from 5,000+ international stores. One checkout price. No surprise fees. Join 2M+ shoppers on Desertcart.
Desertcart purchases this item on your behalf and handles shipping, customs, and support to Iceland.
This title offers over 50 recipes to help you create web maps and GIS web applications using the Google Maps JavaScript API. Review: I love this kind of IT book - I love this kind of IT book. Since it is not only explain the application features by example but also explain each coding in the example. Review: Made my life easier - I have the Kindle Version of this book. It has easy to understand examples and clear explanations. I loved it!
| Best Sellers Rank | #1,836,776 in Books ( See Top 100 in Books ) #328 in JavaScript Programming (Books) #338 in Web Services #480 in Mobile App Development & Programming |
| Customer Reviews | 4.0 out of 5 stars 12 Reviews |
T**O
I love this kind of IT book
I love this kind of IT book. Since it is not only explain the application features by example but also explain each coding in the example.
E**N
Made my life easier
I have the Kindle Version of this book. It has easy to understand examples and clear explanations. I loved it!
F**O
Great go-to guide of the current version of Google Maps API
Disclosure: I was asked by the publisher to review this book. The book โGoogle Maps JavaScript API Cookbookโ is relatively a short book, itโs full of, like the name of the book suggests, recipes to work with the Google Maps API. Both authors, Alper Dincer and Balkan Uraz share a MS degree in Geographical Sciences and have over 10 years of experience working on Geographic Information Systems. So itโs safe to say they know their GIS. That being said, this is a programming cookbook, so the quality of the recipes is not assured. The bad Letโs first start with the bad, or the not-so-good to be honest. Like I said before, the bookโs authors are experts when it comes to Geographical Systems, and have worked in several Geo related projects over the last 10 years, but it shows that they are not experienced programmers. The recipes do their work, donโt get me wrong, but their code is not the best, they just donโt follow regular best practices. The entire book couldโve been thought out to end up developing a small framework to work with Google Maps API. Instead, the recepiesโ code are only related to that recepieโs task instead. Leaving the reader with a bunch of individual examples and a lot of repeated code. The other programming related issue I had with this book, was that the authors kept talking about creating classes. If youโve used JavaScript for a while, youโd know that thatโs not entirely right, actually, itโs pretty misleading to the less versed developer. I know this isnโt a JavaScript-heavy book or anything like that, but they couldโve at least bothered to get the names right. The good Yeap, thatโs right, thatโs about all that really โbotheredโ me from the book. To be honest, this book is a really useful reference manual. Itโs quite easy to read, each example is easily understood and very well explained. Youโll probably find yourself coming back to it, just to quickly check how something was done. Call me skeptic, but I had my doubts about the cookbook format of it. I was afraid that the lack of technical depth about the Google Maps API would hurt and hinder my learning. On the contrary, this gave me a super quick, yet complete, overview of what I could possibly accomplish with this powerful API. I had already done some easy and mid-level stuff with the API but by the end of the book, I had learned how to fully customize the map, load external data and use the services provided by the API. Would I recommend it? Yes I would, if youโre just starting, get the book and learn all you can eventually accomplish with it. If youโve already worked with the API, get it anyways, youโll end up learning a few tricks on the way.
V**Y
An excellent Cookbook with Great Recipes
[Disclosure - I have a blog, reviewing books and I write reviews there - [...] I have also written three articles, concerning some of the code in the book there. I was not asked by the authors or anyone to review the book, I just needed a book, concerning Google Maps API and this one was quite a good match. At lะตast prior to reading the book I had almost no experience with Java Script] What this book has to offer to a reader who has almost NO experience with Java Script (like me, for example)? Actually, pretty much EVERYTHING you need to know. It starts with the ABC of Java Script and Google API, giving you one really simple example, how to build a map. In the next examples, everything build upon this first example is explained in huge details. Sometimes, I think that the authors go to much into details, but this is probably a good thing! :) What I liked - the book is really a "CookBook" - you do not need to read it page by page, chapter by chapter, but you can simply read the first chapter and the introduction and then you may go to any page, to any recipe and use it as a pro :) This is really a big plus for beginners, who do not have full 3 days to read it properly and test the code in it. What you should do after buying the book - the examples are quite well built, but they will not function on your pc immediately - that is because the google api code, which has some limitations. Thus you should go and make your own account at code.google.com and change the code from the book at that place. Fortunately, the procedure is well described. What is inside? Pretty much anything a beginner in Google API & Java Script would dream about. The table of contents is really well composed for beginners. So, my last word is the following - if you are a beginner in either Java Script or Google API - go for the book, it is suited for you! No specific pre-knowledge is required, indeed (probably, just some really basic knowledge in programming)! If you are wondering whether this book is for you, you may go to the book's website and browse the examples, which are generously provided there - at the site of the book, go to the support tab and click "Download Now". Then the code is fully at your disposal! Thank you for reading the review! I hope you have enjoyed it! Regards, vitoshacademy.com
R**Y
While the concept of a cook book is appealing, ...
While the concept of a cook book is appealing, the code (provided from Packt) does not work as the book suggests. Using the default sample, changing only the API key gives a map... but not the one shown in the book which states. You will see a map with navigation controls at the top-left corner and the base map control at the top-right corner. There is no navigation controls or map control buttons.. And as the author assumes it should be.. no suggestions on what is wrong when it is not. As I can not resolve the first issue I can not comment on the usefulness of the rest of the book.. which despite the catchy tittle may have been a mistake.
R**N
Good introduction to the Google Maps JavaScript API in its current incarnation.
(Full disclosure: I was asked to review the e-book edition of this book by Packt) This book follows the familiar Packt Cookbook pattern of dividing each recipe into sub-sections of Introduction, Getting Ready, How to do it, How it works, There's more, and See also. This pattern has worked well in the past, and works especially well here. The recipe's concept is introduced, the code is provided, it is then explained before finishing with potential expansions, caveats, and further reading. In common with most Packt Cookbooks, the first chapters are relatively simple and are used as a basis for later chapters and concepts. The chapters are: Google Maps JavaScript API Basics Adding Raster Layers Adding Vector Layers Working with Controls Understanding Google Maps JavaScript API Events Google Maps JavaScript Libraries Working with Services Mastering the Google Maps JavaScript API through Advanced Recipes Note that many of these recipes do not rely on built-in API functionality. For example, a simple WKT parser is introduced in order to plot WKT data. There are some quibbles with small parts of the text. Some of these are pretty trivial. For example, no mention is made that Google Maps does not support all of the KML standard. This is a common assumption and is wrong: Google Earth is the only application that supports all of the KML standard. As I say this is fairly trivial. A more significant omission concerns map projections. Google uses a Mercator projection based on a spherical Earth model. No mention is made of the spherical Earth model although it might pose problems when plotting GPS-derived data (which is typically WGS84). The area-distorting properties of the Mercator projection are mentioned, but no mention is made of why this is bad for many map applications. Basically the distortions make the Mercator projection unsuitable for regional and global geo-statistical maps (including the global earthquake example given in the book). Such applications should use an equal area projection such as the Mollweide or Cylindrical Equal Area projections. The online mapping revolution of the past decade has made it very easy to make high quality maps with services such as Google Maps or Bing Maps. Unfortunately it also makes it easier to make accidental mistakes of this kind. Some reviews have noted that the bulk of the information in this book can be found in the official documentation. To an extent this is true, however the documentation tends to only have a limited set of working examples and the rest is in the form of reference material. This book provides a good set of working examples that cover a wider range of functionality, including a number of advanced topics and customizations. As such, a beginner or intermediate user of the Google Maps JavaScript API will find this book to be a useful companion to the official reference documentation.
M**K
Many samples of practical uses of the Google Maps Javascript API
As maps and geo location getting very important these days I reviewed this book. The book provides with common scenarios and samples/code for these scenarios. Very easy to take these samples and use them in your project. The structure is good because as it starts from simple application and adding more complexity while reading further in the book. Google's documentation is very good, so this book is not a must. It doesn't add more information than you could find in the documentation, what it does it bring you live samples of common scenarios.
C**U
a lot of useful samples
In the true spirit of a "cookbook" publication, many many samples for the most recent Google Maps API.
Trustpilot
1 week ago
1 week ago