Hello,
I am testing an appeon mobile application with a maps, I use eon_mobile_str_mapoption of eon_mobile_map object;
I would like to initialize the maps with zoom (big...).
I did not find a property;
Here is the code for initializing the maps:
eon_mobile_str_mapoption istr_mapoption
istr_mapoption.b_locatetocurrentlocation=false
istr_mapoption.b_allowmove=true
istr_mapoption.b_allowzoom=true
istr_mapoption.i_mapaccuracy=1000
istr_mapoption.i_maptype=0
Thank you very much in advance for helping me
I am testing an appeon mobile application with a maps, I use eon_mobile_str_mapoption of eon_mobile_map object;
I would like to initialize the maps with zoom (big...).
I did not find a property;
Here is the code for initializing the maps:
eon_mobile_str_mapoption istr_mapoption
istr_mapoption.b_locatetocurrentlocation=false
istr_mapoption.b_allowmove=true
istr_mapoption.b_allowzoom=true
istr_mapoption.i_mapaccuracy=1000
istr_mapoption.i_maptype=0
Thank you very much in advance for helping me
Benazouz
Appeon programmer analyst
Unfortunately cannot control zoom with i_mapaccuracy;
Thank you very much for your reply !!
Benazouz