Class GeocodeAttributeDrawer
Custom property drawer for geocodes
Includes a search window to enable search of Lat/Lon via geocoder. Requires a Mapbox token be set for the project
Inheritance
PropertyDrawer
GeocodeAttributeDrawer
Namespace:Mapbox.Editor
Assembly:cs.temp.dll.dll
Syntax
public class GeocodeAttributeDrawer : PropertyDrawer
Methods
OnGUI(Rect, SerializedProperty, GUIContent)
Declaration
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
Type | Name | Description |
---|---|---|
Rect | position | |
SerializedProperty | property | |
GUIContent | label |