The Artima Developer Community
Sponsored Link

Java Buzz Forum
JavaScript Promise example, reverse geocode location

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
josef betancourt

Posts: 262
Nickname: averagejoe
Registered: Mar, 2013

josef betancourt is developer using Java and other stuff
JavaScript Promise example, reverse geocode location Posted: Aug 23, 2014 10:42 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by josef betancourt.
Original Post: JavaScript Promise example, reverse geocode location
Feed Title: T. C. Mits
Feed URL: http://octodecillion.com/feed/
Feed Description: Java development and other technology topics
Latest Java Buzz Posts
Latest Java Buzz Posts by josef betancourt
Latest Posts From T. C. Mits

Advertisement
In prior post we wrapped the Google Map API in a Promise. Now we wrap navigator.geolocation.getCurrentPosition in a similar promise. This allows us to to neatly chain these two to get the browser’s current address. The example is using Dojo’s Promise implementation, but the approach is applicable to other Javascript Promise libraries or native support. […]

Read: JavaScript Promise example, reverse geocode location

Topic: JUnit in a Nutshell: Test Structure Previous Topic   Next Topic Topic: Validation groups in Spring MVC

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use