MapsApi class
Properties
Methods
-
getAllMapsMapsGet(
{MapContentType? contentType, String? contentCode, int? page, int? size}) → Future< DataPageMapSchema?> - Get All Maps
-
getAllMapsMapsGetWithHttpInfo(
{MapContentType? contentType, String? contentCode, int? page, int? size}) → Future< Response> - Get All Maps
-
getMapMapsXYGet(
int x, int y) → Future< MapResponseSchema?> - Get Map
-
getMapMapsXYGetWithHttpInfo(
int x, int y) → Future< Response> - Get Map
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited