Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Comparison of Building Amazon Location Service and Amplify Geo

Comparison of Building Amazon Location Service and Amplify Geo

Yasunori Kirimoto

November 20, 2021
Tweet

More Decks by Yasunori Kirimoto

Other Decks in Technology

Transcript

  1. Comparison of Building Amazon Location Service and Amplify Geo ©

    MIERUNE © MapTiler © OpenStreetMap contributors Yasunori Kirimoto 2021.11.20 - 21 JAWS PANKRATION 2021
  2. It allows you to build your location-based applications under the

    AWS environment. Available features include map display, geocoding, routing, geofence, and tracking functions. Amazon Location Service
  3. This feature is part of AWS Amplify that makes it

    easier to build Amazon Location Service. Amplify Geo
  4. Building a login function with AWS Amplify, Amplify UI Vue,

    and Vue 3 Prepare the settings for the AWS Amplify and Vue.js login functions. Advance Preparation
  5. © MIERUNE © OpenStreetMap contributors © 2021 HERE Building a

    Map Application with Amazon Location Service, MapLibre GL JS, AWS Amplify, and Vue.js Add Amazon Location Maps policy to Amplify roles. Configure Amazon Location Maps in the AWS console.
  6. Building a Map Application with Amazon Location Service, MapLibre GL

    JS, AWS Amplify, and Vue.js © MIERUNE © OpenStreetMap contributors © 2021 HERE
  7. © MIERUNE © OpenStreetMap contributors © 2021 HERE If you

    only need the location function, you can use these two commands. Building a Map Application with Amplify Geo and Vue.js
  8. Building a Map Application with Amplify Geo and Vue.js ©

    MIERUNE © OpenStreetMap contributors © 2021 HERE
  9. By specifying keywords, you can get the corresponding address data.

    Geocoding © MIERUNE © OpenStreetMap contributors © 2021 HERE
  10. Building an address lookup function with Amazon Location Service ©

    MIERUNE © OpenStreetMap contributors © 2021 HERE Add Amazon Location Place indexes policy to Amplify roles. Configure Amazon Location Place indexes in the AWS console.
  11. Building an address lookup function with Amazon Location Service ©

    MIERUNE © OpenStreetMap contributors © 2021 HERE
  12. © MIERUNE © OpenStreetMap contributors © 2021 HERE If you

    only need the location function, you can use these two commands. Building an Address Search Function with Amplify Geo
  13. Amplify Geo • Easier to build than Amazon Location Service

    • No need to configure AWS console and roles • Some functions, such as routing, are still not available
  14. Amazon Location Service • More challenging to build than Amplify

    Geo • Need to set up AWS console and roles • Available to customize directly using MapLibre GL JS
  15. Wanna build it easily? - "Amplify Geo" Want your own

    customization? - "Amazon Location Service"