From fe4348eec34a3a9c23f7a0af2ccfa4eff28416ea Mon Sep 17 00:00:00 2001 From: Fabian Guerra Soto Date: Mon, 16 Apr 2018 13:39:10 -0400 Subject: [ios, macos] Remove mgl_ prefix from built-in expressions variables. (#11689) --- platform/ios/docs/guides/For Style Authors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform/ios/docs/guides/For Style Authors.md') diff --git a/platform/ios/docs/guides/For Style Authors.md b/platform/ios/docs/guides/For Style Authors.md index 87da59162e..852a9c2ef4 100644 --- a/platform/ios/docs/guides/For Style Authors.md +++ b/platform/ios/docs/guides/For Style Authors.md @@ -329,9 +329,9 @@ In style specification | Method, function, or predicate type | Format string syn `to-number` | `mgl_numberWithFallbackValues:` | `CAST(zipCode, 'NSNumber')` `to-string` | `stringValue` | `CAST(ele, 'NSString')` `typeof` | | -`geometry-type` | |`$mgl_geometryType` -`id` | |`$mgl_featureIdentifier` -`properties` | |`$mgl_featureProperties` +`geometry-type` | |`$geometryType` +`id` | |`$featureIdentifier` +`properties` | |`$featureProperties` `at` | `objectFrom:withIndex:` | `array[n]` `get` | `+[NSExpression expressionForKeyPath:]` | Key path `has` | `mgl_does:have:` | `mgl_does:have:(self, 'key')` -- cgit v1.2.1