Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

capacitor-place-picker

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-place-picker

Pick place or location with native performance

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

capacitor-place-picker

Pick place or location with native performance

Install

npm install capacitor-place-picker
npx cap sync

API

  • pickPlace(...)
  • Interfaces
  • Enums

pickPlace(...)

pickPlace(options: PlacePickerOptions) => Promise<PlacePickerResults>
ParamType
optionsPlacePickerOptions

Returns: Promise<PlacePickerResults>

Interfaces

PlacePickerResults

PropType
coordinatePlacePickerCoordinate
addressPlacePickerAddress
didCancelboolean

PlacePickerCoordinate

PropType
latitudenumber
longitudenumber

PlacePickerAddress

PropType
namestring
streetNamestring
citystring
statestring
zipCodestring
countrystring

PlacePickerOptions

PropTypeDefault
presentationStylePlacePickerPresentationStyle | 'modal' | 'fullscreen'PlacePickerPresentationStyle.fullscreen | 'fullscreen'
titlestring'Choose Place'
searchPlaceholderstring'Search...'
colorstring'#FF0000'
contrastColorstring'#FFFFFF'
localestring'en-US'
initialCoordinatesPlacePickerCoordinate{latitude: 25.2048, longitude: 55.2708 }
enableGeocodingbooleantrue
enableSearchbooleantrue
enableUserLocationbooleantrue
enableLargeTitlebooleantrue
rejectOnCancelbooleantrue

Enums

PlacePickerPresentationStyle

MembersValue
modal'modal'
fullscreen'fullscreen'

Keywords

capacitor

FAQs

Package last updated on 18 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts