startLocation property

LatLng? startLocation
final

---- EN ----

### Here add the starting location, this location will appear directly when entering the widget #### You can leave it blank and it will use a default location

---- AR ----

هنا قم بإضافة موقع البدء ، سوف يظهر هذا الموقع مباشرة عند الدخول للويدجت

بإمكانك تركه فارغا وسوف يستعمل موقع افتراضي

Implementation

/// ### Here add the starting location, this location will appear directly when entering the widget

/// #### You can leave it blank and it will use a default location

/// <p style="color:#77b4ff;font-size:16;font-weight: bold;">---- AR ----</p>
///
///
///### هنا قم بإضافة موقع البدء ، سوف يظهر هذا الموقع مباشرة عند الدخول للويدجت

///#### بإمكانك تركه فارغا وسوف يستعمل موقع افتراضي

final LatLng? startLocation;