vietmap_flutter_plugin library

vietmap_flutter_plugin

Classes

APIKeyLimitedFailure
ApiServerFailure
ApiTimeOutFailure
Debounce
Either<L, R>
ExceptionFailure
Failure
Instructions
LatLng
A pair of latitude and longitude coordinates, stored as degrees.
Left<L, R>
NoParams
NoParams is a class that is used to represent a void parameter.
NotFoundFailure
Paths
UseCase<Type, Params>
UseCase is an abstract class that is used to define a use case.
Vietmap
VietmapAutocompleteModel
VietMapAutoCompleteParams
Params for VietMapAutoComplete textSearch : (String) text that you want to search focusLocation : (LatLng) focus location for search, the response will be sorted by distance from this location Example: VietMapAutoCompleteParams( textSearch: 'cafe', focusLocation: LatLng(10.123456, 106.123456), );
VietmapBoundaries
VietmapMatrixModel
VietmapMatrixParams
VietmapModel
VietmapModel is a base model class that contains the information of a Vietmap object.
VietmapPlaceModel
VietmapReverseModel
VietMapRouting
VietmapRouting is a model which contains the information of a VietmapRouting response.
VietMapRoutingModel
VietMapRoutingParams
Params for VietMapRouting api call
VietmapUtils