export interface IGeoPoint { type: string; coordinates: [Number]; } //# sourceMappingURL=pitmart.geo.interface.d.ts.map