Skip to main content

Amazon announces its own Mapping API

Following the footsteps of Apple in building own mapping services, Amazon today announced beta version of its own mapping API for the developer community. This move is in line with Amazon's strategy of distancing itself from Google. It must be noted that though Amazon's Kindle Fire devices run heavily customized version of Android, it never contained Google Maps. Also Amazon runs a parallel app store in place of Google Play store for its users.
Amazon Maps API Signup Page

Amazon assures developer community that this new API provides a simple migration path for those who are already using the native Google Maps API on Android. The blog post also talks about two core features about the API:
  •  Interactive Maps. You can embed a Map View in your app for customers to pan, zoom and fling around the world. You have the option to display a user’s current location, switch between standard maps and satellite view, and more.
  •  Custom Overlays. You can display the locations of businesses, landmarks and other points of interest with your own customized markers and pins.
One interesting fact brought out by Mashable here is,
....neither the original Kindle Fire nor its upcoming Kindle Fire HD have GPS capabilities, though many will be able to take advantage of location services using a Wi-Fi connection.
In developed nations Wi-Fi can be leveraged very well, but when it comes to other countries where Wi-Fi networks are sparse, mapping which relies on Wi-Fi networks would be far more worthless. 

Amazon is steadily growing its ad-revenue stream through different means - first it was with screensavers on Kindle e-readers and now with mapping solutions the ads can be more target oriented, location based ads. Right from Google to Facebook to Apple to Amazon everyone is interested in getting their own pie with location based solutions. As always customer can be the king as he has every right to prefer one over another.

Comments

Popular posts from this blog

Turning off a Dell Laptop Monitor: Keyboard shortcut(s)

I am someone who is particular about power savings and I don't leave appliances powered on when not in use. The same applies to computing devices - be it a smartphone or a PC/Laptop. I power off the desktop monitor when I step out for a tea break or hit Fn+F2 on my Lenovo laptop that turns off the display. Recently, I got a Dell Laptop and I was surprised to discover that Dell does not provide any shortcut to turn off the display. This led to some exploration and I found two ways to achieve that which are outlined below - 

Resolving INS-20802: Oracle Net Configuration Assistant failed error on Windows 10

I was all excited about the migration to Windows 10 until I had to install Oracle client 12.1.0.2 on it. The Oracle client installation used to fail miserably at the last stage with this error named INS-20802.

Nginx - Solution for 10060: A connection attempt failed because the connected party did not properly respond

I was in the process of setting up Nginx to serve as the reverse proxy for Nexus Repository Manager OSS. However, the Nexus repository started loading really slowly post this and used to repeatedly display disconnected and reconnected messages. The Nginx log file used to log the below error - <timestamp> [error] 3240#3632: *1 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: <ip address="">, server: <fqdn>, request: "GET /nexus HTTP/1.1", upstream: "http://[::1]:8081/nexus", host: "<fqdn>"