Demonstration of Tizen 2.4 Native Maps Service API
With Maps Service API you can add the following features to your app: Geocoding, Place Discovery and Route Calculation.
- Geocoding translates latitude and longitude into a recognizable address and vise versa.
- Place Discovery provides points of interests information. Travel companion or restaurant finder.
- Route Calculation provides a routing path from origin to destination.
With all that great features, Tizen 2.4 supports HERE Maps as the Service Provider.
- How to Use Tizen Native Geocode API in 3 Steps: https://developer.tizen.org/community/tip-tech/how-use-tizen-native-geocode-api-3-simple-steps
- How to Use the Tizen Native Reverse Geocode API in 3 Steps: https://developer.tizen.org/community/tip-tech/how-use-tizen-native-reverse-geocode-api-3-steps
- How to Use the Tizen Native Place API in 4 Steps: https://developer.tizen.org/community/tip-tech/how-use-tizen-native-place-api-4-steps *How to Use the Tizen Native Route API in 3 Steps: https://developer.tizen.org/community/tip-tech/how-use-tizen-native-route-api-3-steps
- API Reference: https://developer.tizen.org/development/api-references/, go to 2.4 API References -> Native Application ->Mobile Native -> Native API Reference -> Location -> Maps Service.
- Guide: https://developer.tizen.org/development/guides/native-application/location/maps-service
- Tutorial: https://developer.tizen.org/development/tutorials/native-application/location/maps-service
- Geocode API Demo: https://github.com/shulgaalexey/geocoder
- Reverse Geocode API Demo: https://github.com/shulgaalexey/reverse_geocoder
- Place API Demo: https://github.com/shulgaalexey/place_search
- Route API Demo: https://github.com/shulgaalexey/route_search
- Tizen 3.0: https://review.tizen.org/git/?p=platform/core/api/maps-service.git
- Tizen 2.4 SDK: https://review.tizen.org/gerrit/gitweb?p=framework/location/maps-service.git;a=summary
SDK Introduction on Youtube: https://www.youtube.com/watch?v=28JQK7ouP64 starting from 1 min 03 sec