Release notes

1.1.5

  • 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);
                              

1.1.4

  • 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) 
                              

1.1.3

  • Resolve the static api_key issue

1.1.1

  • Added the Indoor map feature.

1.1.0

  • Fixed grid cell click issue.