语言

Menu
Sites
Language
how to use Google map from native application

HI,

I am learning my way in Tizen native app dev. Had some good knowledge in application development in s60, Android etc. Wnated to know, if there is any document describing how to use google maps from tizen native app . I have seen the Location provider class and its usage for getting the current location and other utilities. Now if I want to show my current location in google map, how can i do that from a native app(not web app).

thanks in advance.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
Jinho Choi
Hi, You can use Google JS API by using Web control. refer to https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Ftutorials%2Fweb_tutorial%2Fjavascript_interaction.htm
newbee
Thanks. I am now able to display :))