Interface ICluster<TNative, TProps>

Type Parameters

Hierarchy

  • INativeMobileComponent<TNative, TProps>
    • ICluster

Properties

nativeObject: TNative
ios: TProps["ios"]
android: TProps["android"]
title: string
subtitle: string
canShowCallout: boolean
count: number
borderColor: IColor
textColor: IColor
fillColor: IColor
font: IFont
onPress: ((e?: { memberAnnotations: __SF_Annotation[] }) => void)

Type declaration

    • (e?: { memberAnnotations: __SF_Annotation[] }): void
    • Parameters

      • Optional e: { memberAnnotations: __SF_Annotation[] }
        • memberAnnotations: __SF_Annotation[]

      Returns void

Methods

  • Parameters

    • mapView: IMapView<"touch" | "touchCancelled" | "touchEnded" | "touchMoved" | "press" | "longPress" | "cameraMoveEnded" | "cameraMoveStarted" | "clusterPress" | "create", MobileOSProps<IMapViewIOS, IMapViewAdroid>>
    • nativeGoogleMap: any
    • nativeClusterManager: any

    Returns any

Generated using TypeDoc