Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
Sublocation.java
Go to the documentation of this file.
1
package
com.navigine.idl.java;
2
3
import
java.util.ArrayList;
4
18
public
abstract
class
Sublocation
{
34
public
abstract
android.graphics.Bitmap
getImage
(Integer maxTextureSize);
35
52
public
abstract
LocationPoint
globalToLocal
(
GlobalPoint
globalPoint);
53
70
public
abstract
GlobalPoint
localToGlobal
(
LocationPoint
localPoint);
71
88
public
abstract
Graph
getGraph
(String tag);
89
106
public
abstract
Venue
getVenueById
(
int
id
);
107
124
public
abstract
Zone
getZoneById
(
int
id
);
125
139
public
abstract
int
getId
();
140
154
public
abstract
int
getLocation
();
155
169
public
abstract
String
getName
();
170
184
public
abstract
float
getWidth
();
185
199
public
abstract
float
getHeight
();
200
214
public
abstract
Float
getAltitude
();
215
229
public
abstract
float
getAzimuth
();
230
244
public
abstract
GlobalPoint
getOriginPoint
();
245
259
public
abstract
String
getLevelId
();
260
274
public
abstract
String
getExternalId
();
275
289
public
abstract
String
getBuildingName
();
290
304
public
abstract
ArrayList<Beacon>
getBeacons
();
305
319
public
abstract
ArrayList<Eddystone>
getEddystones
();
320
334
public
abstract
ArrayList<Wifi>
getWifis
();
335
339
public
abstract
ArrayList<ReferencePoint> getReferencePoints();
340
356
public
abstract
ArrayList<Venue>
getVenues
();
357
371
public
abstract
ArrayList<Zone>
getZones
();
372
378
public
abstract
boolean
isValid
();
379
}
java
com
navigine
idl
java
Sublocation.java
Generated on Tue Jul 28 2026 10:20:59 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2