Brian Lin

Results 5 comments of Brian Lin

I'm having this problem too, changing `font-size` is not having an effect.

@dimitriospafos It sounds like you got a solution for your problem, but I was running into your original problem of the map zooming out until I realized that it's because...

> I'm having issues with zooming to bounds on iOS. When I try the two above examples for iOS i get the message "Cannot find name CLLocationCoordinate2DMake / GMSCoordinateBounds". What...

Hey @Kraften, if you want to center the map around plotted markers, I suggest using `bounds.includingCoordinate()` *as* they're plotted and not *after* they're plotted; to my knowledge, the `mapView`'s array...

Hey @Kraften, it looks like you're defining the `iosMapBounds` after you have plotted the marker; what went wrong when you tried adding the markers to `iosMapBounds` as you add the...