1. FAD MIM
  2. PowerBuilder
  3. Wednesday, 6 July 2022 14:38 PM UTC
 
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
 
Benazouz
Appeon programmer analyst
 
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 6 July 2022 15:46 PM UTC
  2. PowerBuilder
  3. # 1

Hi Benazouz;

  Unfortunately, there is no "of_zoom" method for the Map object class to allow the Mobile developer to set the zoom percentage. Just the property setting to allow the App User to zoom or not.

  Suggestion: Try setting the "i_mapaccuracy" property value up/down of the "eon_mobile_str_mapoption" structure to see if that might coax a zooming effect?

Regards ... Chris

Comment
  1. FAD MIM
  2. Wednesday, 6 July 2022 21:10 PM UTC
Hello Chris,

Unfortunately cannot control zoom with i_mapaccuracy;



Thank you very much for your reply !!

Benazouz
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.