Topic: Maps in mobile devices

Hello, two questions:

- how can I call from code the "move camera to center of tileset" button found in the editor of the onlineMapsTileSetControl class? Been looking for it for hours in the API and can't locate the corresponding function anywhere...

- More generally, most smartphones are currently in 16/9, some arent... and resolution may change. So what is the best practice to ensure that a tileset map associated with a uGUI interface will display properly whatever the configuration?

Thnaks

Re: Maps in mobile devices

Hello.

1. There is no such API.
This feature is only available in the editor.
You can simply copy the code from OnlineMapsTilesetControlEditor.DrawMoveCameraGUI.

2. http://forum.infinity-code.com/viewtopi … 2692#p2692

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Maps in mobile devices

Awesome. Sorry I missed this post smile (RTFM they say tongue)