Mikhail Kalinin
Mikhail Kalinin
I just add simple marker like: ` markers: { carMarker: { lat: 56.99611, lng: 40.97858, } }, ` but not see it in browser, in console 404 error: `http://domain.com/css/images/data:image/png;base64,iVBO......==`
I do video call from `https://tryit.jssip.net/` to Flutter: ``` INVITE sip:[email protected] SIP/2.0 Via: SIP/2.0/WSS pvngo3rdjrg0.invalid;branch=z9hG4bK1238648 Max-Forwards: 69 To: From: "morfair-work-pc" ;tag=gba3bp7ub6 Call-ID: hqsmog5cf3hi7fhiad1b CSeq: 9239 INVITE Contact: Content-Type: application/sdp Session-Expires:...
Does the library support native SIP over UDP or only WebRTC?
Can I get popup by clicking in any place of hotline for showing my custom data? Date and time in tis point, for example...
How to use this plugin with Vue2Leaflet? Integration of Yandex maps is interesting.
Can the plugin work in terminated and locked screen state with FCM?
Tthis library can calculate the distance between two points: ``` final Distance distance = new Distance(calculator: Haversine()); distance( LatLng(x1,y1), LatLng(x2,y2), ); ``` How to calculate the distance from point (LatLng)...