phunware / maas-mapping-android-sdk

Phunware Mapping SDK for Android
0 stars 6 forks source link

Accessing DRAFT version of Map #69

Closed mbalajee closed 2 years ago

mbalajee commented 5 years ago

Is there a way to get the Building object of Draft Map? Tried with below options all of them returns only LIVE version,

PwCoreSession.getInstance().setEnvironment(PwCoreSession.Environment.TEST); PwCoreSession.getInstance().setEnvironment(PwCoreSession.Environment.DEV); PwCoreSession.getInstance().setEnvironment(PwCoreSession.Environment.STAGE);

ghost commented 2 years ago

@mbalajee Not at this time.

The DRAFT version of a building is not exposed through our SDKs. Changes in the DRAFT version can only be viewed in our Locate fingerprinting app (iOS only).