Open fawazbabu opened 4 years ago
Hi @fawazbabu, sorry for the delay. Haven't had the chance to work on this project lately, but since Google updated the library quite a bit in the meantime, I will update my binding too in the next few days. Stay tuned!
Hi @streinhard ,
Could please include me too in the process of creating the binding library. Would like to learn the process of converting the project to a library.
Hi @streinhard ,
According to the ApiDefinition, It seems the GMUGeometryContainer class missing "properties" which in standard GeoJson files. Also GMUGeometry class only has "type" and doesn't contain "coordinates".
Is it possible to Update the GMUGeometryContainer related Feature data with Properties and GMUGeometry with coordinates in the new library update?
Following is an example json object, { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [20, 10] }, "properties": { "name": "null island" } } ] }
Following are the current GMUGeometryContainer and GMUGeometry in ApiDefinition.
// @protocol GMUGeometryContainer
// @required @property (nonatomic) GMUStyle * _Nullable style; [NullAllowed, Export("style", ArgumentSemantic.Assign)] Style Style { get; set; } }
// @protocol GMUGeometry
Seems like nothing is happening in this repo for a while. is this still maintained?
Hi,
Can we expect a update for this library. Or can u help us to create a binding library with the latest source code.