Skip to content

Commit

Permalink
chore: expose map type
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Feb 28, 2020
1 parent 93bdcdc commit 4b3f138
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/Classes/TiMapViewProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,11 @@ - (void)setPolylines:(id)arg
}
}

- (NSNumber *)mapType
{
return @(((TiMapView *)[self view]).map.mapType);
}

- (void)addImageOverlays:(id)arg
{
ENSURE_SINGLE_ARG(arg, NSArray);
Expand Down

0 comments on commit 4b3f138

Please sign in to comment.