ArLocationWidget constructor
const
ArLocationWidget({
- Key? key,
- required List<
ArAnnotation> annotations, - required AnnotationViewBuilder annotationViewBuilder,
- required ChangeLocationCallback onLocationChange,
- double annotationWidth = 200,
- double annotationHeight = 75,
- double maxVisibleDistance = 1500,
- Size? frame,
- bool showDebugInfoSensor = true,
- double paddingOverlap = 5,
- double? yOffsetOverlap,
- Widget? accessory,
- double minDistanceReload = 50,
- bool scaleWithDistance = true,
- Color? markerColor,
- Color? backgroundRadar,
- RadarPosition? radarPosition,
- bool showRadar = true,
- double? radarWidth,
Implementation
const ArLocationWidget({
super.key,
required this.annotations,
required this.annotationViewBuilder,
required this.onLocationChange,
this.annotationWidth = 200,
this.annotationHeight = 75,
this.maxVisibleDistance = 1500,
this.frame,
this.showDebugInfoSensor = true,
this.paddingOverlap = 5,
this.yOffsetOverlap,
this.accessory,
this.minDistanceReload = 50,
this.scaleWithDistance = true,
this.markerColor,
this.backgroundRadar,
this.radarPosition,
this.showRadar = true,
this.radarWidth,
});