-
Added a new map style option:
'rich';
-
Allow passing a 'tiles' parameter
during sdk initialization. In combination with
the
tilesSelectorControl
it
allows passing the options available for the
map style. If the tiles parameter is not sent,
by default, all the map style options will be
present: 'rich',
'default', 'satellite',
'terrain', 'traffic',
'base'; Eg.
unlMap.enableTileSelector(true);
-
Added a parameter named 'EnvironmentType' for
switching between the 'sandbox' and
'prod' apis. The api key and vpm id
provided should be generated on the same env.
By default, the library is pointing to the
prod environment. Eg.
UnlMap(applicationContext,getString(R.string.api_key) ,getString(R.string.vpm_id),EnvironmentType.SANDBOX)
- Resolve the static api_key issue
-
Added the Indoor map feature.
- Fixed grid cell click issue.