0.0.9 • Published 2 years ago

capacitor-greatday-maps v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-greatday-maps

The capacitor plugin for maps/location function

Install

npm install capacitor-greatday-maps
npx cap sync

API

getLocation()

getLocation() => Promise<any>

Returns: Promise<any>


getLocationRadius(...)

getLocationRadius(workLocationData: string) => Promise<any>
ParamType
workLocationDatastring

Returns: Promise<any>


getLocationLabelLanguage(...)

getLocationLabelLanguage(options?: LabelLanguageOptions | undefined) => Promise<any>
ParamType
optionsLabelLanguageOptions

Returns: Promise<any>


getLocationLabelRadiusLanguage(...)

getLocationLabelRadiusLanguage(options?: LabelLanguageRadiusOptions | undefined) => Promise<any>
ParamType
optionsLabelLanguageRadiusOptions

Returns: Promise<any>


Interfaces

LabelLanguageOptions

PropType
label1string
label2string
languagestring

LabelLanguageRadiusOptions

PropType
label1string
label2string
languagestring
locationstring
0.0.3

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago