Languages

Menu
Sites
Language
sample code for map service

Hi, 

I am using the new Tizen Native SDK 2.4b. As the description of new added map service,

The Maps Service provides an Application Developer with Maps Service APIs. 

 Required Header

#include <maps_service.h>

 Overview

Maps API provides a developer with a set of functions, helping to create Maps aware applications
Maps API comprises following features:
•Geocoding and reverse geocoding
•Discovering Place information
•Calculating Route

Maps API allows a Developer to choose one of Map Providers which are being included as plugins

I want to get my Z1 current location(lagitude and longitude) by gpg sensor, and get the address text by use the map service reverse geocoding api. 

It's perfect if somebody have such experience and can share your sample code here! Many thanks!!!

Responses

2 Replies
colin Rao

Hi,

Anyway, thanks a lot!  :)

Regarding location manager, currently I can get the gps location info successfully. I just want to get those sample code which can transfer the gps location info to the address text via the new added map service on SDK 2.4b.