Skip to content

Commit 4b3f138

Browse files
committed
chore: expose map type
1 parent 93bdcdc commit 4b3f138

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ios/Classes/TiMapViewProxy.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,11 @@ - (void)setPolylines:(id)arg
728728
}
729729
}
730730

731+
- (NSNumber *)mapType
732+
{
733+
return @(((TiMapView *)[self view]).map.mapType);
734+
}
735+
731736
- (void)addImageOverlays:(id)arg
732737
{
733738
ENSURE_SINGLE_ARG(arg, NSArray);

0 commit comments

Comments
 (0)