expo-osm-sdk
Version:
OpenStreetMap component for React Native with Expo
13 lines • 445 B
TypeScript
import React from 'react';
import { OSMViewProps, OSMViewRef } from '../types';
/**
* MapLibre GL JS implementation for OSMView on web
*
* Simple implementation focusing on:
* - Base map rendering
* - Zoom controls
* - Basic layer switching
*/
declare const MapLibreOSMView: React.ForwardRefExoticComponent<OSMViewProps & React.RefAttributes<OSMViewRef>>;
export default MapLibreOSMView;
//# sourceMappingURL=OSMView.maplibre.web.d.ts.map