Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 166ec3a

Browse files
author
Raees
committed
set geodesic property coming from platform channel args to GMSPolyline obj-c instance
1 parent 8741b2e commit 166ec3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google_maps_flutter/google_maps_flutter/ios/Classes/GoogleMapPolylineController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,5 @@ + (NSString*)getPolylineId:(NSDictionary*)polyline {
186186
+ (NSNumber *)isGeodesic:(NSDictionary*)polyline {
187187
return polyline[@"geodesic"];
188188
}
189+
189190
@end

0 commit comments

Comments
 (0)