From 9ae63e9c5d6f61442cc6647c48a0e1209064aa4c Mon Sep 17 00:00:00 2001 From: swaraj Date: Mon, 10 Jun 2024 17:21:26 +0530 Subject: [PATCH] added descirption for some of the props --- .../component/LiveLocationTracking/README.md | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/__app/component/LiveLocationTracking/README.md b/__app/component/LiveLocationTracking/README.md index 3964639..bbeb9b7 100644 --- a/__app/component/LiveLocationTracking/README.md +++ b/__app/component/LiveLocationTracking/README.md @@ -175,50 +175,52 @@ return ( mapTypeControl - - + Boolean + This allows the user to choose a map type (ROADMAP, SATELLITE, HYBRID, or TERRAIN) panControl - + Boolean zoomControl - - + Boolean + This adds a buttons for changing the zoom level of the map. scaleControl - - + Boolean + This displays a map scale element. streetViewControl - - + Boolean + This contains a Pegman icon which can be dragged onto the map to enable Street View. overviewMapControl - + Boolean rotateControl - - + Boolean + This provides a combination of tilt and rotate options for maps containing oblique imagery. This control appears by default near the bottom right of the map. fullscreenControl - - + Boolean + This offers the option to open the map in fullscreen mode. + Note: iOS doesn't support the fullscreen feature. The fullscreen control is therefore not visible on iOS devices. +